posix character class [:punct:] matches incorrectly for some unicode regexps
----------------------------------------------------------------------------
Key: JRUBY-3581
URL: http://jira.codehaus.org/browse/JRUBY-3581
Project: JRuby
Issue Type: Bug
Affects Versions: JRuby 1.2, JRuby 1.1.6, JRuby 1.3
Environment: jruby on macos, linux
ruby1.9 on macos
Reporter: craig mcmillan
Assignee: Thomas E Enebo
irb(main):002:0> "^" =~ /[[:punct:]]/
=> 0
irb(main):003:0> "^" =~ /[[:punct:]]/u
=> nil
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email