Actions
Bug #3217
closedRegexp fails to match string with '<' when encoding is UTF-8
Description
=begin
Hi,
There is an issue matching a string like "a b c d<" when the encoding of the file is set to UTF-8 and the regexp is attempting to match 'something'. Afaik, *< is not special in the encoding.
This gist illustrates the issue:
Thanks,
Brian
=end
Updated by naruse (Yui NARUSE) over 14 years ago
- Status changed from Open to Rejected
=begin
'<' is not Punctuation on Unicode; it is Math_Symbol.
http://unicode.org/Public/UNIDATA/extracted/DerivedGeneralCategory.txt
=end
Updated by naruse (Yui NARUSE) over 14 years ago
- Status changed from Rejected to Assigned
- Assignee set to naruse (Yui NARUSE)
=begin
Oops, I missed this. I'll fix.
=end
Updated by naruse (Yui NARUSE) over 14 years ago
- Category set to M17N
- Status changed from Assigned to Rejected
=begin
This is feature change on Ruby 1.9.
http://www.unicode.org/reports/tr18/
And redcloth3's exapmle is a bug, they should use their PUNCT constant.
=end
Actions
Like0
Like0Like0Like0