Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.rst | D | 11-Mar-2024 | 323 | 9 | 6 | |
duk_codepage_conv.c | D | 11-Mar-2024 | 1.7 KiB | 55 | 28 | |
duk_codepage_conv.h | D | 11-Mar-2024 | 245 | 9 | 5 | |
test.c | D | 11-Mar-2024 | 6.9 KiB | 287 | 274 |
README.rst
1Codepage conversion example 2=========================== 3 4Example of how to convert an 8-bit input string (e.g. ISO-8859-1 or Windows 5codepage 1252) into CESU-8 without using an external library like iconv. 6 7This is useful e.g. when compiling non-UTF-8 source code which cannot be 8converted to UTF-8 (CESU-8) at build time. 9