Korean Solaris User's Guide

Printing a ko_KR.UTF-8 File to Printers that Do Not Support UTF-8

Use the commands in this section to convert ko_KR.UTF-8 files to EUC and Johap files.

You can use command lines such as the following to convert a ko_KR.UTF-8 file and to print the converted file to an EUC printer.


system% iconv -f ko_KR-UTF-8 -t ko_KR-euc
ko_KR.UTF-8_filename 
>euc-filename
system% lp euc-filename 


Note –

The output will include only the characters that are defined in the EUC code set.


You can use command lines such as the following to convert an ko_KR.UTF-8 file and to print the converted file to a Johap printer.


system% iconv -f ko_KR-UTF-8 -t ko_KR-johap92
ko_KR.UTF-8_filename >
johap92-filename
system% lp johap92-filename 


Note –

The output will include only the characters that are defined in the Johap code set.