summaryrefslogtreecommitdiffstats
path: root/src/civetweb/src/third_party/duktape-1.5.2/examples/codepage-conv/README.rst
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/civetweb/src/third_party/duktape-1.5.2/examples/codepage-conv/README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/civetweb/src/third_party/duktape-1.5.2/examples/codepage-conv/README.rst b/src/civetweb/src/third_party/duktape-1.5.2/examples/codepage-conv/README.rst
new file mode 100644
index 000000000..98b53d260
--- /dev/null
+++ b/src/civetweb/src/third_party/duktape-1.5.2/examples/codepage-conv/README.rst
@@ -0,0 +1,8 @@
+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.