• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

README.rstD11-Mar-2024323 96

duk_codepage_conv.cD11-Mar-20241.7 KiB5528

duk_codepage_conv.hD11-Mar-2024245 95

test.cD11-Mar-20246.9 KiB287274

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