Greetings,
I've finally installed 5.8.0 and started putting it to
good use but hit two surprises. Hopefully I've just
overlooked something in the perlunicode and perluniintro
man pages and these aren't actual bugs.
I expected that I could work simply with
-
# myScript.pl
us
> Only this combination got 'split' in myFunction to chop up utf-8
> text properly. Is this behavior expected?
Without seeing more detail, yes. Raw embedded UTF-8 has to
be marked as UTF-8 somehow, and "use utf8" is the primary way.
> Another issue I've encountered was with using Unicode::Stri