Zachary Mason Wed, 08 Aug 2001 15:12:38 -0700
Hi all. lc() and uc() don't work for me on unicode strings with activestate perl on windows - they return their arguments unchanged, or, lc($foo) == uc($foo) == $foo for all unicode strings $foo. Any thoughts or workarounds? thanks Zachary Mason