diff options
author | Andreas Gohr <andi@splitbrain.org> | 2009-01-12 20:36:17 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2009-01-12 20:36:17 +0100 |
commit | 7de9cff5dce5558a179b6f9b3379f2bb9a93544c (patch) | |
tree | b8cfae6de945151331ced5b11a75d0656537e231 /inc/utf8.php | |
parent | 03c89b2456923fc7e4ee652094dfb8306d920633 (diff) | |
download | rpg-7de9cff5dce5558a179b6f9b3379f2bb9a93544c.tar.gz rpg-7de9cff5dce5558a179b6f9b3379f2bb9a93544c.tar.bz2 |
strip special spaces FS#1539
darcs-hash:20090112193617-7ad00-824d6a71ca9b5c067fa09e58daf915473f361ed8.gz
Diffstat (limited to 'inc/utf8.php')
-rw-r--r-- | inc/utf8.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/inc/utf8.php b/inc/utf8.php index b0ffdb001..96d676cfb 100644 --- a/inc/utf8.php +++ b/inc/utf8.php @@ -1193,7 +1193,8 @@ $UTF8_SPECIAL_CHARS = array( 0x01d6fc, 0x01d6fd, 0x01d6fe, 0x01d6ff, 0x01d700, 0x01d701, 0x01d702, 0x01d703, 0x01d704, 0x01d705, 0x01d706, 0x01d707, 0x01d708, 0x01d709, 0x01d70a, 0x01d70b, 0x01d70c, 0x01d70d, 0x01d70e, 0x01d70f, 0x01d710, 0x01d711, 0x01d712, 0x01d713, - 0x01d714, 0x01d715, 0x01d716, 0x01d717, 0x01d718, 0x01d719, 0x01d71a, 0x01d71b + 0x01d714, 0x01d715, 0x01d716, 0x01d717, 0x01d718, 0x01d719, 0x01d71a, 0x01d71b, + 0xc2a0, 0xe28087, 0xe280af, 0xe281a0, 0xefbbbf, ); // utf8 version of above data @@ -1219,7 +1220,8 @@ $UTF8_SPECIAL_CHARS2 = '�ﹼﹽ'. '!"#$%&'()*+,-./:;<=>?@[\]^`{|}~'. '⦅⦆。「」、・¢£¬ ̄¦¥₩│←↑→↓■○'. - '𝛼𝛽𝛾𝛿𝜀𝜁𝜂𝜃𝜄𝜅𝜆𝜇𝜈𝜉𝜊𝜋𝜌𝜍𝜎𝜏𝜐𝜑𝜒𝜓𝜔𝜕𝜖𝜗𝜘𝜙𝜚𝜛'; + '𝛼𝛽𝛾𝛿𝜀𝜁𝜂𝜃𝜄𝜅𝜆𝜇𝜈𝜉𝜊𝜋𝜌𝜍𝜎𝜏𝜐𝜑𝜒𝜓𝜔𝜕𝜖𝜗𝜘𝜙𝜚𝜛'. + ' '; /** * Romanization lookup table |