aparker42 (Andrew Parker)
- Login: aparker42
- Email: andy@puppetlabs.com
- Registered on: 10/16/2012
- Last sign in: 07/01/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/19/2012
-
01:33 AM Ruby Bug #7168: File.join trips over string encodings
- You are right that Darwin doesn't have this problem, as far as I know. As I pointed out the problem was originally found on Windows, where the filesystem uses UTF-16.
Why is the behavior that I expected (that File.join can work with a...
10/17/2012
-
02:28 AM Ruby Bug #7168: File.join trips over string encodings
- I don't see how that patch fixes the issue to achieve the behavior that I expected. It looks like it will just raise an explicit error instead of the ArgumentError.
For systems that have multi-byte, fixed-size encodings how is this su...
10/16/2012
-
04:31 AM Ruby Bug #7168 (Closed): File.join trips over string encodings
- It seems like `File.join` is unable to handle string encodings that contain null bytes even though the string is properly encoded. This causes it to be unable to process inputs when the filenames on the system are encoded in this manner....