I have a PostgreSQL database encode in UTF-8. I try to do a mail merge from OOwriter. This seems to work except for non western characters. E.g. when I access the database from pgAdmin, a GUI client I can see all UTF-8 encoded characters. When I cut a text from the GUI and paste this text in OOwriter everything works well. The same text through a mail merge only shows question marks. An example:
---------------
เมืองไทย
TH
Thailand
????????
---------------
The first line is cut from pgAdmin and pasted into OOwriter. The other lines the mail merge. The ?????? should be เมืองไทย .
First I thought I could correct this by setting:
Database->open and existing database file->right click to go to "database properties"->set Data conversion character set to "Unicode (UTF-->save)
but that doesn't help. Then on this site I read the question and answer on:
http://bytes.com/topic/postgresql/answers/857378-client-encoding-postgresql so I thought that might have somethig to do with it. But I can't find something like a client_encoding setting in OpenOffice Base.
Any help would be really appreciated.
---------------
เมืองไทย
TH
Thailand
????????
---------------
The first line is cut from pgAdmin and pasted into OOwriter. The other lines the mail merge. The ?????? should be เมืองไทย .
First I thought I could correct this by setting:
Database->open and existing database file->right click to go to "database properties"->set Data conversion character set to "Unicode (UTF-->save)
but that doesn't help. Then on this site I read the question and answer on:
http://bytes.com/topic/postgresql/answers/857378-client-encoding-postgresql so I thought that might have somethig to do with it. But I can't find something like a client_encoding setting in OpenOffice Base.
Any help would be really appreciated.
Comment