You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Sami Vaarala d52e7c0526 Examples and extras fixes for #if(n)def 8 years ago
..
README.rst Codepage conversion example 10 years ago
duk_codepage_conv.c Codepage conversion example 10 years ago
duk_codepage_conv.h Examples and extras fixes for #if(n)def 8 years ago
test.c Example fixes for print/alert removal 9 years ago

README.rst

Codepage conversion example
===========================

Example of how to convert an 8-bit input string (e.g. ISO-8859-1 or Windows
codepage 1252) into CESU-8 without using an external library like iconv.

This is useful e.g. when compiling non-UTF-8 source code which cannot be
converted to UTF-8 (CESU-8) at build time.