in reply to printing multibyte chars

Go and have a look at the String::Multibyte module from CPAN. It has everything you need to print and manipulate the multibype strings.

(You should always check CPAN first to see if there is already a module that does what you want.)

Replies are listed 'Best First'.
Re: Re: printing multibyte chars
by Deda (Novice) on Oct 06, 2003 at 07:53 UTC
    (You're right. I should have learned by now, that everything i try to do has most likely been done in a CPAN module:).)