MySQL Forums
Forum List  »  Connector/ODBC

charset problem view
Posted by: Alessandro Betori
Date: December 20, 2022 10:22AM

Situation: I've two client; Alice and Trudy
On Alice and Trudy I've installed workbench 8.0.31 and odbc connector.

charset is:
character_set_client | utf8mb4 |
| character_set_connection | utf8mb4 |
| character_set_database | utf8mb4 |
| character_set_filesystem | binary |
| character_set_results | utf8mb4 |
| character_set_server | utf8mb4 |
| character_set_system | utf8mb3 |
| collation_connection | utf8mb4_0900_ai_ci |
| collation_database | utf8mb4_0900_ai_ci |
| collation_server | utf8mb4_0900_ai_ci |
Alice and Trudy S.O: windows 10 pro 22H2 build 19045.2364
On ODBC(64 bit) I use MySQL ODBC 8.0 Unicode Driver 8.00.31.00
On Alice I see correct name ''Jeffrén' from a select name from table; on Trudy I see 'Jeffr├®n'
Why? Solution please?

Options: ReplyQuote


Subject
Written By
Posted
charset problem view
December 20, 2022 10:22AM
January 26, 2023 07:43PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.