Regression: thread-local UTF8_CODER truncates decoded strings to 1024 bytes
---------------------------------------------------------------------------

                 Key: JRUBY-5981
                 URL: https://jira.codehaus.org/browse/JRUBY-5981
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.6.4
            Reporter: Nick Sieger
            Assignee: Nick Sieger
             Fix For: JRuby 1.6.4


Test case:

{noformat}
require 'jruby'
str = "." * 2000
rstr = JRuby.reference(str)
abort "getUnicodeValue truncated" if rstr.getUnicodeValue.length != 2000
{noformat}

The bug was introduced in accb0e99ce71174119228862a7fc8a5565f75ed2.

--
This message is automatically generated by JIRA.
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