On Monday, March 10, 2003, at 11:16 am, Kay Roepke wrote:
Probably the quickest is to tell Perl to shut up about it, by setting the PERL_BADLANG environment variable to 0.
however this will adversley affect standard functions which use matching or comparison capabilities (not just regex), though not life threatening, it does introduce weaknesses which could be exploited, this is also covered in perllocale.
Of course the *proper* way of doing this involves your suggestion fixing the locale files. A lot of darwin users would be obliged to you ;-)
Technically you could do this yourself
man mklocale
but I haven't had the courage to try this for fear of breaking something which relies on the way the system behaves at present. Or maybe I'm being too generous to Apple.
Robin
