perl-unicode

Re: help: utf8 to multiple encodings

2000-10-18 10:26:00


On Wed, 18 Oct 2000, Ilia Lobsanov wrote:

I just discovered Unicode::MapUTF8.

I tried it for:
    from_utf8({ -string => $str, -charset => 'koi8-r' });

It failed saying:
    character set 'koi8-r' is not supported


The path indicated by:

Yet, I do have the set at
/usr/lib/perl5/site_perl/5.005/i386-linux/Unicode/Map8/maps/koi8-r.bin
                                            ^^^^^^^^^^^^

would imply the Unicode::Map8 module has been installed.  Not necessarily
the Unicode::MapUTF8 module.



What is wrong?

Try 

  perldoc Unicode::Map8

and perhaps use that module(?)

Peter Prymmer


<Prev in Thread] Current Thread [Next in Thread>