[Development] RFC: Defaulting to or enforcing UTF-8 locales on Unix systems
Christian Ehrlicher
Ch.Ehrlicher at gmx.de
Wed Mar 22 18:58:31 CET 2023
Am 22.03.2023 um 17:35 schrieb Volker Hilsheimer via Development:
> But we use toLocal8Bit in plenty of cases as well. For instance in our Qt SQL APIs.
The only plugin which really uses toLocal8Bit() is the IBase - Plugin.
Postgres is using it as fallback but according the docs the utf-8
encoding is supported by at least PostgreSQL 7.3 so the non utf-8 part
should be removed.
The other usages are for qWarning() output.
Will take a look on the IBase stuff to see if we can replace it.
Cheers,
Christian
More information about the Development
mailing list