On May 3, 2007, at 8:20 AM, Dominik Meyer wrote:
+ #me need the english/C Locale here otherwise problems with outlook client+ my $loc = setlocale( LC_ALL, "C" );
Why store it in $loc if we don't reset it later? Would it make sense to just force setlocale( LC_ALL, "C" ); on startup? - ask -- http://develooper.com/ - http://askask.com/
