From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.0.1) Gecko/20020830 Description of problem: Add Korean resource file. This patch enable a2ps to print Korean document written in EUC-KR. Like: a2ps --encoding=euc-kr ko.txt -o ko.ps Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Try to print Korean text 2. Oops 3. Additional info: There is Korean version of a2ps, h2ps in our distro, but this is based on the old version of a2ps. And this patch still cannot obsolete h2ps. H2ps can embed Korean fonts into the postscript, but a2ps cannot at this moment.
Created attachment 89229 [details] a2ps-4.13-euckr.patch
Fixed package is a2ps-4.13b-27. Please verify that it fixes the problem for you.
It is verifed.. PS output is correct. Thanks