diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2011-10-15 15:06:42 +0100 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2011-10-15 15:06:42 +0100 |
commit | 32261ab5b431dd614d0153b55a1dd353714f51f1 (patch) | |
tree | f4cee8085d86eae574a35031e6cde90daf5643ee /inc/utf8.php | |
parent | 8767131332327095c90b4a0a59f8605842095883 (diff) | |
download | rpg-32261ab5b431dd614d0153b55a1dd353714f51f1.tar.gz rpg-32261ab5b431dd614d0153b55a1dd353714f51f1.tar.bz2 |
FS#2291 replace space with non-breaking space in utf8 special chars
Diffstat (limited to 'inc/utf8.php')
-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 303987e4f..9d0d17f78 100644 --- a/inc/utf8.php +++ b/inc/utf8.php @@ -1219,7 +1219,7 @@ if(empty($UTF8_SPECIAL_CHARS)) $UTF8_SPECIAL_CHARS = array( global $UTF8_SPECIAL_CHARS2; if(empty($UTF8_SPECIAL_CHARS2)) $UTF8_SPECIAL_CHARS2 = "\x1A".' !"#$%&\'()+,/;<=>?@[\]^`{|}~
�'. - '� ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½�'. + '� ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½�'. '�¿×÷ˇ˘˙˚˛˜˝̣̀́̃̉΄΅·ϖְֱֲֳִֵֶַָֹֻּֽ־ֿ�'. '�ׁׂ׃׳״،؛؟ـًٌٍَُِّْ٪฿–—―‗‘’‚“”�'. '��†‡•…‰′″‹›⁄₧₪₫€№℘™Ωℵ←↑→↓↔↕↵'. |