I'm using latest AWSRDSData client for running queries on my Aurora-MySQL database.
The schema and table charsets are utf8mb4 and collation is utf8mb4_turkish_ci;
When I insert rows via MySQL workbench, there's no problem with unicode characters but when using RDS Java SDK, unicode characters such as \u015F appear as ?.
I couldn't figure out how to set charset of data client by scanning sdk methods, help is appreciated.
thanks in advance