summaryrefslogtreecommitdiff
path: root/inc/utf8.php
diff options
context:
space:
mode:
authorTom N Harris <tnharris@whoopdedo.org>2007-03-23 04:02:43 +0100
committerTom N Harris <tnharris@whoopdedo.org>2007-03-23 04:02:43 +0100
commit37242afa457b0827649395265ebcce504b08f05a (patch)
tree28c5c3f86289d9855a1387d8df9e6fbb1cc892f8 /inc/utf8.php
parent32a4944711392a5a85b87b61a87fcb624cf9474d (diff)
downloadrpg-37242afa457b0827649395265ebcce504b08f05a.tar.gz
rpg-37242afa457b0827649395265ebcce504b08f05a.tar.bz2
Escape Ctrl-Z so darcs stops treating utf8.php as binary.
darcs-hash:20070323030243-6942e-836105b95078b213df8497386ae9b0418fcf29be.gz
Diffstat (limited to 'inc/utf8.php')
-rw-r--r--inc/utf8.php2
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".' !"#$%&\'()+,/;<=>?@[\]^`{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•�'.
'�—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½�'.
'�¿×÷ˇ˘˙˚˛˜˝̣̀́̃̉΄΅·βφϑϒϕϖְֱֲֳִֵֶַָֹֻּֽ־ֿ�'.
'�ׁׂ׃׳״،؛؟ـًٌٍَُِّْ٪฿‌‍‎‏–—―‗‘’‚“”�'.