[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Code page mapping question...
From: |
Werner LEMBERG |
Subject: |
Re: Code page mapping question... |
Date: |
Sat, 20 May 2000 12:14:02 +0000 (GMT) |
> However, we still process text from various code pages (e.g. 932
> (Japanese multibyte), 1251 (Cyrillic single byte)). As a result, I
> pretty much need functions to convert text in these code pages to
> Unicode. It seems that this is a common problem.
Indeed, and there is already a common solution: iconv(). Get the
latest GNU C library for a full-featured implementation of iconv().
Werner