Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can somebody please help me with ApplyCodepage for Czech special characters from Codepage 852, I get wrong results. For example, ApplyCodepage(chr(253),852) should be ř, but I get ├Ż. In some cases I get something little bit similar, for example, ApplyCodepage(chr(130),852) should be é, but I get ┬é
How can I correct this?
Thanks for any answer
Beside the ApplyCodepage() function you may also look for the set collation variable (by default at the script-start) and for the used font (not each font could show each character).