if i send the SQL
SELECT UNICODE_STR('\5CF0') FROM SYSIBM.SYSDUMMYU
to DB Visualizer i get back hex '3F' (the substitution character). I have searched for things like encoding but nothing fits to the problem. Is there a possibility to tell DB Visualizer that the result set should be Unicode?
Questions:
DBVis 13.0.4
JDBC 4.28.11
Properties in Connection String : default
The encoding in properties ... could be everything nothing changed so if it is CP1252 or UTF-8 or something else nothing changed. (I think its only for Text to Binary encoding so that couldn't help)