eclipse-vertx / eclipse-vertx/vertx-sql-client
vertx-db2-client character encoding problem
Open
bug
help wanted
module:db2
- Dominant language
- Java
- Stars
- 912
- Forks
- 212
- Avg merge
- 17h 30m
- Merged PRs (30d)
- 3
Description
### 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
```kotlin
...
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))
...
```
Contributor guide
Assessment
This issue has not been assessed yet.