Parent Directory
|
Revision Log
|
Patch
revision 973 by ph10, Fri Jun 1 18:38:40 2012 UTC | revision 1011 by ph10, Sat Aug 25 11:36:15 2012 UTC | |
---|---|---|
# | Line 195 of case for anything other than the ASCI | Line 195 of case for anything other than the ASCI |
195 | \x{c0} | \x{c0} |
196 | \x{e0} | \x{e0} |
197 | ||
/-- This should be Perl-compatible but Perl 5.11 gets \x{300} wrong. --/8 | ||
/^\X/8 | ||
A | ||
A\x{300}BC | ||
A\x{300}\x{301}\x{302}BC | ||
*** Failers | ||
\x{300} | ||
198 | /-- These are PCRE's extra properties to help with Unicodizing \d etc. --/ | /-- These are PCRE's extra properties to help with Unicodizing \d etc. --/ |
199 | ||
200 | /^\p{Xan}/8 | /^\p{Xan}/8 |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |