In V11 and later, special "high-bit" characters (ASCII > 127) can be properly displayed in c-treeACE SQL JDBC-based tools. The JDBC driver encodes all strings as UTF‑16 because that is the format used by Java. Prior to this change, the source was assumed to be UTF‑8. It is now possible to specify the character set in the URL so it can be handled properly.
The character set can be specified in the connection URL as follows:
jdbc:ctree:port@host_name:db_name?characterEncoding=encoding
The URL string has the following components: