in reply to Re: Standard handles inherited from a utf-8 enabled shell
in thread Standard handles inherited from a utf-8 enabled shell
No. The "utf-8 enabled" is a property of the terminal, not of the shell.
Hm. When I used the term "shell", I (perhaps) wasn't specific enough.
Please see subthread Re^3: Help with pack error, and then consider how:
a byte value greater than 127, output from a perl script that makes no attempt to enable utf-anything, that is piped directly to a a process (od) that makes no attempt to perform any conversions or transformations of its input, would see that byte as 2 bytes?
Ie. Where is the utf-8'ness being applied?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Standard handles inherited from a utf-8 enabled shell
by moritz (Cardinal) on Mar 21, 2012 at 18:18 UTC | |
by BrowserUk (Patriarch) on Mar 21, 2012 at 18:54 UTC | |
by moritz (Cardinal) on Mar 21, 2012 at 19:02 UTC | |
by BrowserUk (Patriarch) on Mar 21, 2012 at 19:24 UTC | |
by repellent (Priest) on Mar 22, 2012 at 04:41 UTC | |
|