<Schupp Roderich (extern) Com MD PD SWP 2 CM MCH> p��e v diskusn�m p��sp�vku 
news:[EMAIL PROTECTED]

> Could you check whether encoding.pm has actually been packed
> into the PAR contained in foo.exe - you can list its contents with
>
>  unzip -l foo.exe

The list of foo.exe follows

      420  22-03-05 19:23   lib/PerlIO/encoding.pm
        0  13-12-04 09:56   lib/auto/PerlIO/encoding/encoding.bs
    28774  13-12-04 09:56   lib/auto/PerlIO/encoding/encoding.dll
      857  13-12-04 09:56   lib/auto/PerlIO/encoding/encoding.exp


> use Encode::Unicode;
>
> as your first "use ...". My problem's visible clues where
> garbled characters in Tk widgets, too. The above line made
> it go away.

use Encode::Unicode has no effect.

>> I use the encoding pragma to present also non ASCII
>> characters with Tk widgets. These characters are hexa 100
>
> You don't need "use encoding ..." (or "use utf8") for that.
> It's only needed when your script itself uses UTF8 characters
> (say, in literal strings).

Without the pragma I have always the non-ASCII chars garbled.
It holds with Tk 804 but 800 didn't exhibit this.

Anyway thank you for the suggestions.
Radek 


Reply via email to