http://www.perlmonks.org?node_id=669976


in reply to Re^2: i18n/utf8 problem, 'utf8 "\xF8" does not map to Unicode'
in thread i18n/utf8 problem, 'utf8 "\xF8" does not map to Unicode'

use open ":encoding(utf8)";

Good.

My program requires utf8 input, but the user was giving it iso-8859.

There's no easy way to fix the user. :)

Juerd # { site => 'juerd.nl', do_not_use => 'spamtrap', perl6_server => 'feather' }

  • Comment on Re^3: i18n/utf8 problem, 'utf8 "\xF8" does not map to Unicode'