Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: Japanese character in Linux

by mpeppler (Vicar)
on Jul 19, 2011 at 09:27 UTC ( [id://915385]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Japanese character in Linux
in thread Japanese character in Linux

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://915385]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (2)
As of 2024-03-19 06:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found