Fix all cases in RubyFile where byte[]-based strings are being passed to Java 
file APIs as-is
---------------------------------------------------------------------------------------------

                 Key: JRUBY-3053
                 URL: http://jira.codehaus.org/browse/JRUBY-3053
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
            Reporter: Charles Oliver Nutter


As part of JRUBY-3050, a number of unfixed cases in RubyFile were marked with 
"UNICODE?". These cases are passing the byte[]-based string to Java File APIs 
without decoding them, which generally causes unicode filenames to be broken.

We need to fix all such cases, probably similar to the fixes for JRUBY-3050.

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