|
From: Shigeharu T. <sh...@ie...> - 2011-11-05 02:54:49
|
shige 11/05 2011
----------------
Ethan A Merritt <sf...@us...> wrote:
| On Solaris 9 does iconv_open() accept "PCK" as an encoding name?
| We don't care what the name is, we only care that iconv() can use it.
Though Solaris's iconv accepts "PCK", it does not seem to admit
the translation from "ISO-8859-1" to "PCK" unfortunately.
iconv_open() fails the translation.
GNU iconv may accept "PCK" if it is compiled with "-DUSE_SOLARIS_ALIAS".
It translates 0xb0 to 0x818b correctly.
+========================================================+
Shigeharu TAKENO NIigata Institute of Technology
kashiwazaki,Niigata 945-1195 JAPAN
sh...@ie... TEL(&FAX): +81-257-22-8161
+========================================================+
|