Issue Type: Bug Bug
Assignee: Thomas E Enebo
Created: 11/Oct/12 4:55 PM
Description:

https://github.com/rdp/ruby_simple_gui_creator/blob/85530825916c40857ec4b988e35643cb4262be85/spec/bad.rb

has the test case, the output is ["\u2713", "checkbox_name"] in MRI 1.9, ["checkbox_name"] with jruby.

Same problem existed with 1.6.8 in --1.9 mode, it reproduces in Linux, as well.

I'll try and copy and paste it here, but don't trust the encoding:

  1. coding: utf-8
    "[✓:checkbox_name]" =~ /[(.*?)]/
    p $1.split(':')
Environment: jruby 1.7.0.RC2 (1.9.3p203) 2012-10-09 142cc7b on Java HotSpot(TM) Client VM 1.6.0_35-b10 [Windows 7-x86]
Project: JRuby
Priority: Major Major
Reporter: Roger Pack
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
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

Reply via email to