From ad53eebb5da4103756c97030aa89b0facb88f367 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 2 Jun 2010 09:05:30 +0000 Subject: =?UTF-8?q?=E2=80=A2=20fixed=20incompatibility=20between=20regexp?= =?UTF-8?q?=20engine=20ICU=2010.6=20and=2010.5=20for=20parsing=20tab=20sni?= =?UTF-8?q?ppets=20-=20the=20regexp=20[^{}]=20is=20a=20valid=20expression?= =?UTF-8?q?=20but=20leads=20on=2010.5=20to=20an=20error;=20=20for=2010.5?= =?UTF-8?q?=20one=20has=20to=20escape=20{=20and=20}=20=E2=86=92=20[^\\{\\}?= =?UTF-8?q?]=20works=20on=20both=20SDKs=20-=20this=20fixes=20i682?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPTextView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPTextView.m') diff --git a/Source/SPTextView.m b/Source/SPTextView.m index 3fd842d8..c2ede0bf 100644 --- a/Source/SPTextView.m +++ b/Source/SPTextView.m @@ -1537,7 +1537,7 @@ NSInteger alphabeticSort(id string1, id string2, void *reverse) NSMutableString *snip = [[NSMutableString alloc] initWithCapacity:[theSnippet length]]; @try{ - NSString *re = @"(?s)(?