Find all needed information about Spidermonkey Utf 8 Support. Below you can see links where you can find everything you want to know about Spidermonkey Utf 8 Support.
https://trac.macports.org/ticket/18895
Unfortunately spidermonkey is build without UTF-8 support and there is no variant to do so. To build spidermonkey with UTF-8 support you have to set DEFINES to -DJS_C_STRINGS_ARE_UTF8 so something along those lines should do it: variant utf8 description {add UTF-8 support} { build.args-append \ DEFINES=-DJS_C_STRINGS_ARE_UTF8 } ...
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/1.8
It was possible to configure SpiderMonkey 1.7 to treat C/C++ char strings as UTF-8 by compiling with a non-default compiler option. In SpiderMonkey 1.8, it is no longer necessary to make a special build to get this behavior. Applications can turn on UTF-8 at run time by calling JS_SetCStringsAreUTF8.
https://bugzilla.mozilla.org/show_bug.cgi?id=648102
If you are taking time away from Bugzilla during the end of the year: update your display name in preferences with the days you are out, and set your account to decline needinfo and review/feedback requests while you are away.
https://www.aldeid.com/wiki/SpiderMonkey
SpiderMonkey is Mozilla's JavaScript engine written in C/C++. It is used in various Mozilla products, including Firefox, and is available under the MPL2. ... The original version does not support some functions, such as document.write: js> document typein:1:0 ReferenceError: document is not defined ... C strings passed to the JSAPI are UTF-8 ...
Need to find Spidermonkey Utf 8 Support information?
To find needed information please read the text beloow. If you need to know more you can click on the links to visit sites with more detailed data.