Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: multi byte character issue

by Tux (Canon)
on Jan 03, 2020 at 11:01 UTC ( [id://11110897]=note: print w/replies, xml ) Need Help??


in reply to multi byte character issue

What driver do you use to connect to the database?

There is a huge difference in behavior between MS ODBC and FreeTDS. See if this post is of any help.


Enjoy, Have FUN! H.Merijn

Replies are listed 'Best First'.
Re^2: multi byte character issue
by afoken (Chancellor) on Jan 03, 2020 at 13:11 UTC

    Also note that DBD::ODBC can and does support Unicode (including UTF-8), but ONLY if it was compiled to do so. By default, Unicode support is enabled on Windows, but disabled on all other platforms. So if you need a DBD::ODBC with Unicode support on Linux or any other non-Windows platform, you have to tell DBD::ODBC's Makefile.pl by invoking it with the parameter -u (and recompile). See also "Enabling and Disabling Unicode support" in DBD::ODBC.

    Alexander

    --
    Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-18 00:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found