1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-08 08:15:42 -04:00

Updating some utf8 lazy loading fixes

This commit is contained in:
Ryan Voots 2014-10-28 14:26:08 -04:00
parent fe44e8107f
commit 58ceeb2f8a

View file

@ -67,6 +67,8 @@ no warnings;
}
use utf8; eval "\$\343\201\257 = 42; 'ש' =~ /([\p{Bidi_Class:L}\p{Bidi_Class:R}])/"; # attempt to automatically load the utf8 libraries.
eval "[ 'ß' =~ m/^\Qss\E\z/i ? 'True' : 'False' ];"; # Try to grab some more utf8 libs
eval "[CORE::fc '€']";
use charnames qw(:full);
use PerlIO;
use PerlIO::scalar;