ref: 50ee2a2e4d70981534b69c35d7e31f8f32ff4527
parent: 2296f47e4c749690bb9d0628064839ea29174d61
author: Tor Andersson <[email protected]>
date: Thu Apr 20 11:12:12 EDT 2017
Update docs to mention we don't support zero valued chars in strings.
--- a/docs/reference.html
+++ b/docs/reference.html
@@ -51,7 +51,8 @@
CESU-8 is a variant of UTF-8 which encodes supplementary unicode characters as
surrogate pairs. This maintains compatibility with the UTF-16 nature of
JavaScript, but requires attention when passing strings using supplementary
-unicode characters to and from the MuJS library.
+unicode characters to and from the MuJS library. It also means that you cannot
+have any JavaScript strings with a zero character value in MuJS.
<h3>Environments</h3>