D
Dennis Winter
Hi NG,
all my attempts to solve this using perldoc and google failed..:
I installed the ActivePerl 5.8.4.810.msi on a W2kSP4-box. I installed
the POSIX-locale-module, Unicode-*, Charset...
If I try to
use POSIX;
use locale;
$| = 1;
setlocale POSIX::LC_COLLATE, "de_DE";
print "AÄä OÖö UÜü ssß";
I get some weird characters (hope I don?t crumple this post by copying
this characters in here...):
A-õ OÍ÷ U_³ ss¯
E:\htdocs\acltree>perl -V:locale
locale='UNKNOWN';
The OS is running as a German environment. How can I tell Perl to use
the german charset?
Thanks in advance
dennis
all my attempts to solve this using perldoc and google failed..:
I installed the ActivePerl 5.8.4.810.msi on a W2kSP4-box. I installed
the POSIX-locale-module, Unicode-*, Charset...
If I try to
use POSIX;
use locale;
$| = 1;
setlocale POSIX::LC_COLLATE, "de_DE";
print "AÄä OÖö UÜü ssß";
I get some weird characters (hope I don?t crumple this post by copying
this characters in here...):
A-õ OÍ÷ U_³ ss¯
E:\htdocs\acltree>perl -V:locale
locale='UNKNOWN';
The OS is running as a German environment. How can I tell Perl to use
the german charset?
Thanks in advance
dennis