https://bugs.documentfoundation.org/show_bug.cgi?id=147893
Andreas Heinisch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW Assignee|[email protected] |[email protected] | |desktop.org --- Comment #4 from Andreas Heinisch <[email protected]> --- I thought it would be enough to set the UTF8 character set to the connection string. Apparently, this is already the case in Connection::construct [1]. I tried to just divide the sqllen by 4 (UTF8 ) in firebird::mallocSQLVAR [2] but it does not work because system queries sometimes return not a multiple of 4. Maybe the tables and columns were created a different character set. [1]https://opengrok.libreoffice.org/xref/core/connectivity/source/drivers/firebird/Connection.cxx?r=840b4eb2#222 [2]https://opengrok.libreoffice.org/xref/core/connectivity/source/drivers/firebird/Util.cxx?r=3a88b513#296 -- You are receiving this mail because: You are the assignee for the bug.
