I use Unicode::Map8 and have no probs,.. try that module..

With best wishes,
Dmitry Nikolayev
http://perl.dp.ua

"Ing. Branislav Gerzo" <[EMAIL PROTECTED]> ???????/???????? ? ???????? 
?????????: news:[EMAIL PROTECTED]
> Hi beginners@perl.org,
>
> how can I convert some text from windows-1250 codepage to ASCII ?
> I tried:
>
> use Text::Iconv;
> $c = Text::Iconv->new("WINDOWS-1250", "ASCII");
> print $cted = $c->convert("αθΈ");
>
> but returns nothing, I awaint "aez", I am running AS perl on Win.
> anyone ?
>
> --
>
> --. ,--  ,-     ICQ: 7552083      \|||/    `//EB: www.2ge.us
> ,--' |  - |--    IRC: [2ge]        (. .)    ,\\SN: 2ge!2ge_us
> `====+==+=+===~  ~=============-o00-(_)-00o-================~
> I used to watch TV...then I got a modem.
>
>
>
> 



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to