[Fedora-i18n-list] Testing Simplified Chinese Input

Chong Kai Xiong descender at phreaker.net
Wed Sep 22 06:06:20 UTC 2004


On Tue, 2004-09-21 at 21:09 -0700, Bryan Boot wrote:
> Stephen Liu wrote:
> 
> >Hi Bryan,
> >
> >Tks for your advice and links.
> >
> >- snip -
> >  
> >
> >>I used the older perl script that is mentioned on
> >>that page to convert 
> >>some Big5 files to UTF-8, which worked well for me. 
> >>It should also do 
> >>Big5->GB translations.
> >>    

I usually use iconv:

Basic usage:
  iconv -f from_encoding -t to_encoding file

Big5 to UTF-8: 
  iconv -f big5 -t utf8 input.txt > output.txt

Big5 to GB18030:
  iconv -f big5 -t gb18030 input.txt > output.txt

-- 
Chong Kai Xiong (Descender)

GPG public key: 1024D/83EC297C
Key fingerprint = 51D6 1C5F 36C9 4428 6933  5239 6A45 502B 83EC 297C

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/fedora-i18n-list/attachments/20040922/7d02c60b/attachment.sig>


More information about the Fedora-i18n-list mailing list