Fichier
-
advagg_js_minify/
jsminplus.inc, line 2314
Classe
Code
public static function unicodeEscapeCallback($m) {
return html_entity_decode('&#x' . $m[1] . ';', ENT_QUOTES, 'UTF-8');
}
public static function unicodeEscapeCallback($m) {
return html_entity_decode('&#x' . $m[1] . ';', ENT_QUOTES, 'UTF-8');
}