--- embedaddon/libiconv/man/iconv_open.3.html 2012/02/21 22:57:48 1.1.1.1 +++ embedaddon/libiconv/man/iconv_open.3.html 2012/05/29 09:29:43 1.1.1.2 @@ -1,14 +1,25 @@ - - + + +
+ +- |
- iconv_open − allocate descriptor for character set -conversion - |
-
iconv_open +− allocate descriptor for character set conversion
+ +- |
-#include <iconv.h> + -iconv_t iconv_open (const char* tocode, const char* fromcode); -- |
-
#include +<iconv.h>
+ +iconv_t +iconv_open (const char* tocode, const +char* fromcode);
+ +- |
- The iconv_open function allocates a conversion -descriptor suitable for converting byte sequences from -character encoding fromcode to character encoding + + The +iconv_open function allocates a conversion descriptor +suitable for converting byte sequences from character +encoding fromcode to character encoding tocode. - -The values permitted for fromcode and -tocode and the supported combinations are system -dependent. For the libiconv library, the following encodings -are supported, in all combinations. - |
-
- |
- European languages |
-
- |
- ASCII, + + The values
+permitted for fromcode and tocode and the
+supported combinations are system dependent. For the
+libiconv library, the following encodings are supported, in
+all combinations. ASCII, ISO−8859−{1,2,3,4,5,7,9,10,13,14,15,16}, KOI8−R, KOI8−U, KOI8−RU, CP{1250,1251,1252,1253,1254,1257}, CP{850,866,1131}, Mac{Roman,CentralEurope,Iceland,Croatian,Romania}, Mac{Cyrillic,Ukraine,Greek,Turkish}, Macintosh - |
-
- |
- Semitic languages |
-
- |
- ISO−8859−{6,8}, CP{1255,1256}, CP862, -Mac{Hebrew,Arabic} - |
-
- |
- Japanese |
-
- |
- EUC−JP, SHIFT_JIS, CP932, ISO−2022−JP, -ISO−2022−JP−2, + + Semitic languages + +ISO−8859−{6,8}, +CP{1255,1256}, CP862, Mac{Hebrew,Arabic} + +Japanese + +EUC−JP, SHIFT_JIS, CP932, +ISO−2022−JP, ISO−2022−JP−2, ISO−2022−JP−1 - |
-
- |
- Chinese |
-
- |
- EUC−CN, HZ, GBK, CP936, GB18030, EUC−TW, -BIG5, CP950, BIG5−HKSCS, BIG5−HKSCS:2001, + + Chinese + +EUC−CN, HZ, GBK, CP936, +GB18030, EUC−TW, BIG5, CP950, BIG5−HKSCS, +BIG5−HKSCS:2004, BIG5−HKSCS:2001, BIG5−HKSCS:1999, ISO−2022−CN, ISO−2022−CN−EXT - |
-