in reply to binmode STDOUT, ":utf8"; and umlauts
Using binmode on FIND would address the first problem, and using the appropriate encoding on STDOUT would address the second.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: binmode STDOUT, ":utf8"; and umlauts
by massa (Hermit) on Jun 22, 2008 at 20:42 UTC | |
Re^2: binmode STDOUT, ":utf8"; and umlauts
by pc88mxer (Vicar) on Jun 22, 2008 at 22:19 UTC |