From 58ceeb2f8a76655d6468648748a0a508780e0514 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Tue, 28 Oct 2014 14:26:08 -0400 Subject: [PATCH] Updating some utf8 lazy loading fixes --- lib/eval.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/eval.pl b/lib/eval.pl index 13b97a2..af62db0 100755 --- a/lib/eval.pl +++ b/lib/eval.pl @@ -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;