![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re^3: Japanese character in Linuxby mpeppler (Vicar) |
on Jul 19, 2011 at 09:27 UTC ( #915385=note: print w/replies, xml ) | Need Help?? |
What is the charset of the Sybase server? Are the strings stored in univarchar() or in varchar() columns? If the charset is not set to utf8, and if the columns are not univarchar(), then you need to either have the client code (DBI/DBD::Sybase) use the utf8 charset when fetching the data, or use the same charset as the dataserver. If the data is stored in univarchar() columns then you should set your client charset to utf8. DBD::Sybase 1.12 should have better support for unicode/utf8 characters, btw. Michael
In Section
Seekers of Perl Wisdom
|
|