diff --git a/src/js/src/js-config.h b/src/js/src/js-config.h index 6d8f4f0..993b8a1 100644 --- a/src/js/src/js-config.h +++ b/src/js/src/js-config.h @@ -52,6 +52,9 @@ entirely too much GC. */ #undef JS_GC_ZEAL +// Strings are considered UTF-8 (added for iMonkey) +#define JS_C_STRINGS_ARE_UTF8 + /* Define to 1 if the standard header is present and useable. See jstypes.h and jsstdint.h. */ #define JS_HAVE_STDINT_H