![]() |
perl-unicode
|
Re: Modules in UTF-82002-06-17 12:21:12I try it with 5.8.0 RC 1 on Windows 98, I don't know why, quotation marks seem necessary. After some testing I found the why: the UTF-8-ness needs to be in effect also in the calling code. If you add "use utf8" to your package main the code will just work. -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen
|
|