in reply to Re: A Character Set Enquiry
in thread A Character Set Enquiry
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: A Character Set Enquiry
by ysth (Canon) on Jul 11, 2008 at 03:38 UTC |