|
|
| We don't bite newbies here... much | |
| PerlMonks |
Re: Encoding SQLite Accents Orderingby moritz (Cardinal) |
| on Dec 04, 2010 at 15:58 UTC ( #875375=note: print w/ replies, xml ) | Need Help?? |
|
You're (probably correctly) decoding the incoming data from SQLite. But then you also need to store your script in UTF-8, and use utf8; to tell perl about the encoding of the script itself.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||