Clarion 10, NetTalk 9.3
I have a requirement for Baltic characters in e-mails. I played a little with charset (ISO-8859-1) and used HTML, tried system{Prop:Charset}=CharSet:Baltic
At first glance it looked correct. However, the characters are changed. ANSI?
This
ą, č, ę, ė, į, š, ų, ū, ž, Ą, Č, Ę, Ė, Į, Š, Ų, Ū, Ž.
becomes
a, c, e, e, i, š, u, u, ž, A, C, E, E, I, Š, U, U, Ž.
Most are distored.
Upon closed investigation, the distortion happens somewhere when assigning. It will be saved distorted and if I save it directly in database, it is distorted on screen when read back.
So, how do I make my program support Baltic?