Datagrip Result Encodings Follow
I connected the TeraData DB with Datagrip with provided jdbc driver from Teradata.
When i query the table my non english charset results are displaying like "?" chars.
I changed the file encodings but that didn't effect the results.
How can i set results pane encoding ?
Please sign in to leave a comment.
Hello Halil,
Setting IDE and Project encoding in File | Settings | Editor | File Encodings should be enough. You can also try to set it in VM Options text field in the Advanced tab of the Data Source properties dialog, like "
-Dfile.encoding=UTF-8".
You also need to make sure that Font, selected in File | Settings | Appearance & Behavior | Appearance is capable of displaying the symbols you see in the results in database tool window.