Hello,
I am with serious problems with Internacionalization (UNICODE) of characters in the Qt with the database PostgreSQL.
The data with caracters accented, appear wrong and also they are inserted in the DB of incorrect form.
I am running PosgreSQL on of the FreeBSD. Already I modified the configuration archive "postgresql.conf" for "client_encoding = utf8" more I did not get success.
I tried to create the base as UTF8 using,
$ createdb -E UTF8 foobase;
More simply when I create the base with UNICODE is shown the data for the Qt.
Bookmarks