Strange encoding in 'data view' tab
See original GitHub issueHello,
After testing DBeaver 3.6.8 (standalone) I’ve encountered very strange encoding issue of ‘data view’ tab durning table editing. It seems to encode result sets data always with ISO-8859-1 (Latin-1). My data base is encoded using ISO-8859-2 (Latin-2) and I’m running dbeaver on windows_7_64 and Java 8.
Changing option in 'Preferences -> Database -> Result Sets -> Binaries -> String encoding’ doesn’t affect on data view at all (my tests revealed that this combo box is actually dummy). When I set db connection encoding attribute to Latin-2 it makes totally mess (I cannot decode it properly with any editor).
I’ve even changed JVM default encoding properties to ISO-8859-2 (by editing ‘dbeaver.ini’ file) and they seem to load OK (example from ‘Installation details’):
file.encoding=ISO-8859-2
sun.jnu.encoding=ISO-8859-2
But still result set is encoded with ISO-8859-1.
Furthermore, I think this issue messed up the export to *.cvs functionality. Dbeaver thinks now that strings are binaries and it puts nulls to output.
Are there any workarounds?
Regards from Poland, Bartek
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:26 (14 by maintainers)
Top GitHub Comments
@MttCastelli I have the same problem as you, try change Binaries format to HEX, it’s works for me.
Hi, may this attached depends on a similar issue? It’s an Oracle DB, very latest DBeaver CC and Preferences -> Database -> Result Sets -> Binaries -> String encoding is set on UTF-8