in reply to utf8 filenames
You'll findmany more gory details in "perldoc utf8".use utf8 ; # Convert a Perl scalar to/from UTF-8. $num_octets = utf8::upgrade($string); $success = utf8::downgrade($string[, FAIL_OK]);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: utf8 filenames
by cjk32 (Novice) on Apr 10, 2006 at 13:58 UTC | |
by wazoox (Prior) on Apr 10, 2006 at 17:58 UTC |