Ticket #1836 (closed feature: fixed)
Support non-ASCII characters in filenames
Reported by: | nwellnhof | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | core | Version: | 2.10.0 |
Severity: | medium | Keywords: | |
Cc: | jkeenan | Language: | |
Patch status: | Platform: |
Description
Parrot has no support for non-ASCII characters in filenames. The filename passed to the system functions is the raw buffer content of a Parrot string regardless of its encoding.
UTF-8 on Linux works in most cases, but that's just luck.
Change History
Note: See
TracTickets for help on using
tickets.