kolibrios-fun/programs/develop/libraries/iconv
hidnplayr 824c13ffef Iconv: add ISO-8859-1 support. (Second most popular encoding on the web today.)
git-svn-id: svn://kolibrios.org@7085 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 22:05:43 +00:00
..
cp866.h
cp1251.h
cp1252.h
iconv.c Iconv: add ISO-8859-1 support. (Second most popular encoding on the web today.) 2017-10-10 22:05:43 +00:00
iso8859_1.h Iconv: add ISO-8859-1 support. (Second most popular encoding on the web today.) 2017-10-10 22:05:43 +00:00
iso8859_5.h
koi8_r.h Iconv: add proper KOI8-R support. 2017-10-10 21:54:05 +00:00
koi8_ru.h
readme.txt Add iconv_close() to iconv library 2017-04-05 22:18:38 +00:00
Tupfile.lua Fix Tupfile.lua : Use sources from contrib newlib 2017-10-03 22:00:44 +00:00
utf8.h

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Если нужны другие кодировки- просто скачай исходники gnu iconv, выбери нужные h-файлы (скажем, mac_cyrillic.h), добавь их в папку с iconv, и соответственно в iconv.с добавь эти h-файлы и указание того, что кодировка поддерживается.

Лицензия GPLv2, файлы перекодировщика используют GNU iconv
iconv - это obj, так что её собирает mingw командой gcc -c iconv.c -o iconv.obj

English
-------

Compile with : kos32-gcc iconv.c -o iconv.o