strftime breaks unicode characters in format string
---------------------------------------------------

                 Key: JRUBY-3550
                 URL: http://jira.codehaus.org/browse/JRUBY-3550
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.2
            Reporter: László Bácsi
            Priority: Minor
         Attachments: test_strftime.rb

test attached which gives the following outputs:

JRuby 1.2.0
{code}
$ java -jar jruby-complete-1.2.0.jar test_strftime.rb 
Loaded suite test_strftime
Started
F
Finished in 0.101 seconds.

  1) Failure:
test_strftime_should_keep_unicode_chars(TestStrftime) [test_strftime.rb:10]:
<"Thursday cs\314?t\314\246rt\314\246k"> expected but was
<"Thursday cs\303\274t\303\266rt\303\266k">.

1 tests, 1 assertions, 1 failures, 0 errors
{code}

JRuby 1.1.6
{code}
$ java -jar jruby-complete-1.1.6.jar test_strftime.rb 
Loaded suite test_strftime
Started
.
Finished in 0.014259 seconds.

1 tests, 1 assertions, 0 failures, 0 errors
{code}

-- 
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


Reply via email to