]> git.proxmox.com Git - ceph.git/blob - ceph/src/civetweb/src/third_party/duktape-1.8.0/examples/codepage-conv/README.rst
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / civetweb / src / third_party / duktape-1.8.0 / examples / codepage-conv / README.rst
1 Codepage conversion example
2 ===========================
3
4 Example of how to convert an 8-bit input string (e.g. ISO-8859-1 or Windows
5 codepage 1252) into CESU-8 without using an external library like iconv.
6
7 This is useful e.g. when compiling non-UTF-8 source code which cannot be
8 converted to UTF-8 (CESU-8) at build time.