in reply to Re^4: Lost in encoding in Twig
in thread Lost in encoding in Twig
Sorry my mistake, I did put
If I put it after "use strict", I get an error ans I correct to :
before "use strict"; and so I got no perl error.utf8::all; ## wrong
If I put it after "use strict", I get an error ans I correct to :
and now all is fine, and Clémence is beautiful.use utf8::all;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Lost in encoding in Twig
by Anonymous Monk on Jan 10, 2015 at 07:37 UTC | |
by pcouderc (Monk) on Jan 11, 2015 at 07:25 UTC |
In Section
Seekers of Perl Wisdom