eclipse-vertx / eclipse-vertx/vertx-sql-client

vertx-db2-client character encoding problem

Open
#795 5 comments 0 reactions 1 assignee Claimed by @tsegismont View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.