Previous | Top |
|
You need "use utf8" or else perl won't treat that double-quoted
string as UTF-8. Now, we've got the script itself in UTF-8, we
can see the international character in the test string, we're
binmodeing that output hanlde... everything has to work.
Right? |
Next | Top |