Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Incomplete
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Core Classes/Modules
-
Labels:None
-
Number of attachments :
Description
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.