Quantcast
Channel: MySQL Forums - Connector/J, JDBC and Java
Viewing all articles
Browse latest Browse all 884

characterEncoding issue with 8.0.27 (1 reply)

$
0
0
Hello,
i have a problem with character encoding latin1 after upgrade from mysql-connector-java-8.0.22 to 8.0.27.


Server: 5.7.36
Column: latin1_swedish_ci

Teststring: Žćaaa



8.0.22 without characterEncoding property : Ž?aaa (= Value inserted in the DB)
8.0.22 with characterEncoding property latin1: ??aaa
8.0.22 with characterEncoding property latin1 and connectionCollation property: Ž?aaa

8.0.27 without characterEncoding property : Incorrect string value
8.0.27 with characterEncoding property latin1: ??aaa
8.0.27 with characterEncoding property latin1 and connectionCollation property: ??aaa




How can i preserve the Ž?

Thanks for your help
Andi

Viewing all articles
Browse latest Browse all 884

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>