in reply to Determining the length of a unicode string without LC_* set

So, how do I get my code to pass CPAN tests on *BSD boxes without LC_* set?

Set them.

$ENV{LC_ALL} = 'en_US.utf8'; # Or whatever.

-sauoq
"My two cents aren't worth a dime.";