Dear friends,
I Use the Enumeration type in some of my tables and there is a bug with Greek text in Labels.
-- Problem --
Label, Value
ΑΘΗΝΑ, athens
ΘΕΣΣΑΛΟΝΙΚΗ, thessaloniki
ΚΑΤΕΡΙΝΗ, katerini
ΛΑΡΙΣΑ, larisa
In the entry form shows :
ΛΑΡΙΣΑ
ΛΑΡΙΣΑ
ΛΑΡΙΣΑ
ΛΑΡΙΣΑ
-- Temporary solution --
Label, Value
ATHENS, athens
THESSALONIKI, thessaloniki
KATERINI, katerini
LARISA, larisa
In the entry form shows corectly !
How can we fix that so the Enumeration type can handle Greek text in Labels ?
Thank you in advance.
PS: Sorry for posting this in wrong section...