« Bugzilla Issues Index
#2933 — 21.2.2.8.2 Canonicalize: Incorrect statement in note
- bug_id:
2933
- creation_ts:
2014-05-30 17:41:00 -0700
- short_desc:
21.2.2.8.2 Canonicalize: Incorrect statement in note
- delta_ts:
2014-07-20 20:25:50 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 25: May 22, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
VERIFIED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Norbert
- assigned_to:
Allen Wirfs-Brock
- commentid:
8691
- comment_count:
0
- who:
Norbert
- bug_when:
2014-05-30 17:41:39 -0700
Note 4 states "This prevents Unicode code points such as U+0131 and U+017F from matching regular expressions such as /[a-z]/i, but they will match /[a-z]/ui."
The last part is not correct for U+0131: Simple case folding maps this character to itself, so it doesn't match /[a-z]/ui.
U+017F is mapped to "s", and U+212A is mapped to "k", so these are valid examples of characters outside the Basic Latin range that match /[a-z]/ui.
- commentid:
9162
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-12 08:25:28 -0700
fixed in rev26 editor's draft
- commentid:
9377
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-19 18:22:10 -0700
fixed in rev26
- commentid:
9421
- comment_count:
3
- who:
Norbert
- bug_when:
2014-07-20 20:25:50 -0700
Verified in rev 26 draft.