in reply to How can i convert utf-8 string to cyrillic (win-1251)?

The modules Unicode::String or Unicode::Transform might do the job for you.

D
  • Comment on Re: How can i convert utf-8 string to cyrillic (win-1251)?

Replies are listed 'Best First'.
Re^2: How can i convert utf-8 string to cyrillic (win-1251)?
by Courage (Parson) on May 24, 2005 at 15:55 UTC
    Unicode::String is obsolete, and, given 5.8 version of perl, those should *NOT* be recommended,

    --

      Didnt realise that. Thanks for the heads up.

      D