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