OVMS3/OVMS.V3/components/duktape/examples/codepage-conv
2022-04-06 00:04:46 +02:00
..
duk_codepage_conv.c Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
duk_codepage_conv.h Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
README.rst Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
test.c Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00

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.