vertx-sql-client icon indicating copy to clipboard operation
vertx-sql-client copied to clipboard

vertx-db2-client character encoding problem

Open rainmanhhh opened this issue 5 years ago • 1 comments

Version

3.9.4 and 4.0.0.Beta3

Context

when query data with vertx-db2-client, non ascii characters(for example, chinese characters) not encoded correctly

Steps to reproduce

...
val rs = pool.connection.await().query("select * from V_ITEMS").execute().await()
val list = Sequence(rs::iterator).map(Row::toJson).toList()
println(Json.encode(list))
...

rainmanhhh avatar Oct 27 '20 10:10 rainmanhhh

problem still 2022.04.24 with version 4.2.7

rainmanhhh avatar Apr 24 '22 11:04 rainmanhhh