]> git.proxmox.com Git - ceph.git/blame - ceph/src/civetweb/src/third_party/duktape-1.5.2/examples/codepage-conv/README.rst
buildsys: switch source download to quincy
[ceph.git] / ceph / src / civetweb / src / third_party / duktape-1.5.2 / examples / codepage-conv / README.rst
CommitLineData
7c673cae
FG
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.