You must take into account, that Perl as a console application
uses OEM character coding when working with directory and file names.
If you pass such names for example to Tk - you have serious problem,
because Tk works with ANSI character coding only.
( I had this problem in Windows NT with Czech characters)
One way to solve this is to use WPERL.EXE
(uses ANSI coding and has no console window)
instead of PERL.EXE (uses OEM coding and has console window).
HTH
MaT
>-----Original Message-----
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]]On
>Behalf Of Froehlich, Yukio
>Sent: Tuesday, November 28, 2000 3:56 PM
>To: [EMAIL PROTECTED]
>Subject: Problems with german OS, letters
>
>
>Hi,
>
>I am having problems when deleting or accessing files. For example in a
>german Windows 2000, when the file or directory names include
>german letters
>like "�" (oe), "�" (ue) or "�" (ae). Perl does not understand
>those letters,
>so I cannot write any statements.
>What can I do (do not tell me to use VBA!!!!)
>
>Thanks in advance for help,
>
>Yukio
>
>_______________________________________________
>Perl-Win32-Admin mailing list
>[EMAIL PROTECTED]
>http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin
>
>
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin