diff options
author | Tom N Harris <tnharris@whoopdedo.org> | 2007-03-23 04:02:43 +0100 |
---|---|---|
committer | Tom N Harris <tnharris@whoopdedo.org> | 2007-03-23 04:02:43 +0100 |
commit | 37242afa457b0827649395265ebcce504b08f05a (patch) | |
tree | 28c5c3f86289d9855a1387d8df9e6fbb1cc892f8 | |
parent | 32a4944711392a5a85b87b61a87fcb624cf9474d (diff) | |
download | rpg-37242afa457b0827649395265ebcce504b08f05a.tar.gz rpg-37242afa457b0827649395265ebcce504b08f05a.tar.bz2 |
Escape Ctrl-Z so darcs stops treating utf8.php as binary.
darcs-hash:20070323030243-6942e-836105b95078b213df8497386ae9b0418fcf29be.gz
-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".' !"#$%&\'()+,/;<=>?@[\]^`{|}~
�'. '� ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½�'. '�¿×÷ˇ˘˙˚˛˜˝̣̀́̃̉΄΅·βφϑϒϕϖְֱֲֳִֵֶַָֹֻּֽ־ֿ�'. '�ׁׂ׃׳״،؛؟ـًٌٍَُِّْ٪฿–—―‗‘’‚“”�'. |