projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cc59f4
)
regcomp.c: \x{17f} can match /\xdf/i
author
Karl Williamson
<public@khwilliamson.com>
Fri, 13 May 2011 16:25:16 +0000
(10:25 -0600)
committer
Karl Williamson
<public@khwilliamson.com>
Thu, 19 May 2011 18:07:08 +0000
(12:07 -0600)
regcomp.c
patch
|
blob
|
history
diff --git
a/regcomp.c
b/regcomp.c
index f074aca830202ff8bfc9d89da4bb24cedfe0b039..21d54f8072acad3f24aa5bf3b73b3a5dad069aaf 100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-8764,6
+8764,7
@@
tryagain:
break;
case 's':
case 'S':
+ case 0x17F: /* LATIN SMALL LETTER LONG S */
if (AT_LEAST_UNI_SEMANTICS) {
if (latest_char_state == char_s) { /* 'ss' */
ender = LATIN_SMALL_LETTER_SHARP_S;