in reply to Re^2: RFC: system calls on Unicode filesystem
in thread RFC: system calls on Unicode filesystem
The representation used by perl internally, should not affect external interactions.
Update: BTW, note that in my sample repl above I have used utf8::upgrade which just changes the representation. Quoting utf8:
Converts in-place the internal representation of the string from an octet sequence in the native encoding (Latin-1 or EBCDIC) to UTF-8.The logical character sequence itself is unchanged.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: RFC: system calls on Unicode filesystem
by daxim (Curate) on Feb 28, 2018 at 17:20 UTC |