diff options
-rw-r--r-- | inc/utf8.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/utf8.php b/inc/utf8.php index 04f43a639..7eb6e2a39 100644 --- a/inc/utf8.php +++ b/inc/utf8.php @@ -1101,7 +1101,7 @@ $UTF8_SPECIAL_CHARS = array( // utf8 version of above data global $UTF8_SPECIAL_CHARS2; $UTF8_SPECIAL_CHARS2 = - ' !"#$%&\'()+,/;<=>?@[\]^`{|}~
�'. + "\x1A".' !"#$%&\'()+,/;<=>?@[\]^`{|}~
�'. '� ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½�'. '�¿×÷ˇ˘˙˚˛˜˝̣̀́̃̉΄΅·βφϑϒϕϖְֱֲֳִֵֶַָֹֻּֽ־ֿ�'. '�ׁׂ׃׳״،؛؟ـًٌٍَُِّْ٪฿–—―‗‘’‚“”�'. |