in reply to [5.8.0 Note] A Sub Named Sigma
I tried using Russian locale, and it works! I was able to name identifiers using mentioned locale:# an alternate way, Filter use encoding "euc-jp", Filter=>1; use utf8; # now you can use kanji identifiers -- in euc-jp!
use encoding 'cp1251', Filter=>1; use utf8; my $ÿÿ="eqweq"; print $ÿÿ;
Courage, the Cowardly Dog
|
---|