|
From: Ben Morrow on 25 Sep 2006 16:57 Quoth "MoshiachNow" <lev.weissman(a)creo.com>: > > > But maybe if it did, then the problem would disappear - ie, in your script: > > > > use utf8; > > "use utf8" did not work,but "require utf8" did work. > Thanks > > P.S. why does this strange module give so much trouble ?I saw it > already 20 times or more ,using different modules... It's part of Perl's internal utf8 implementation. There are lots of places in perl's guts where perl implicitly does a 'require utf8;' as part of something else; IMHO perl2exe should know this and always include it, but there y'go... :) Ben -- I must not fear. Fear is the mind-killer. I will face my fear and I will let it pass through me. When the fear is gone there will be nothing. Only I will remain. benmorrow(a)tiscali.co.uk Frank Herbert, 'Dune' |