Hi there
This is the thing.
In my DB i have some tables with Greek character set and collation
The field of the tables are also Greek
My project is multi language with Greek as regional settings and Unicode as output codepage
Reading and writing to my DB is fine except in some fields in ADD or EDIT pages
that i use as radio buttons with Greek words
1.When i export with Unicode codepage those words are messed up
2.When i export with Greek ISO the words are OK but after adding (or edit) they appear as ????? in the list field (and in PHPmyadmin also)
What can i do to correct this ??
PS.changing properties in DB is not a problem because its new with no real data
THANX