Skip to content

Display of Chinese characters #87

Closed Answered by smklimenko
linusqzdeng asked this question in Q&A
Discussion options

You must be logged in to vote

ok, so, you have another encoding for your data. Unfortunately, there is no way do change encoding for the console as the data is processed and converted inside connection but what I can do - set encoding for a connection instead that you can defined in an instance configuration. Something like that:

In this case all text data received from the instance will be converted using the encoding but if you have one encoding for one data and another for another table that won't work. Actually, it won't work in any case as there is no way to identify encoding looking at a random text data.

Will the solution with a connection encoding work for you?

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@linusqzdeng
Comment options

@smklimenko
Comment options

Answer selected by linusqzdeng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants