Van Wiele - 2004-12-16 10:24:06
Hello,
I tested your RTF Generator and found it very usefull! Thanks!
I use it together with php scripts and a PostgreSQL DB.
However, when my boss asked me to use it for more "exotic" languages like greek, russian and others the output was only a mixture of strange characters and question marks.
My DB is in UTF-8 and I use utf8_decode() for the values retreived from my queries.
Now, is there a way to fix that output problem?
Many thanks in advance!