Perl doesn't have a preferred character set.
Not quite true. If you read binary data, and try to treat it as text data (like using uc or lc) it's treated as Latin-1.
In fact, it is possible that your data is stored correctly in the database, but it is only when you print it out that it doesn't look right.
Very unlikely if he dumped UTF-8 data into a Latin-1 database and then converted it to UTF-8
In reply to Re^2: A Character Set Enquiry
by moritz
in thread A Character Set Enquiry
by Godsrock37
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |