Hello,
Ajaxmin throws exceptions when minifying a Unicode value:
$.Constant({Static:true , Public:false}, "HIGH_SURROGATE_START", "\ud800");
Error : Invalid hexadecimal escape sequence: "\ud800
It seems to process as a string instead of Unicode.
Thanks in advance for your help.
Comments: ** Comment from web user: ronlo **
Ajaxmin throws exceptions when minifying a Unicode value:
$.Constant({Static:true , Public:false}, "HIGH_SURROGATE_START", "\ud800");
Error : Invalid hexadecimal escape sequence: "\ud800
It seems to process as a string instead of Unicode.
Thanks in advance for your help.
Comments: ** Comment from web user: ronlo **
By default you won't. You would either have to use the -a switch to analyze your script, or bump the warning level up to two or higher (default is zero) using the -w:2 switch to see it.