Hi, fellows!
Once I made a small text app on Turbo Basic. It was MS Dos version, afair. Also back then I worked with Visual Basic for MS Dos. Problem: when running compiled app on different machines, there is always a chance that all non-latin characters will be corrupted. Notice - in
compiled app. Language code page issue? I don't know, I am not power user.
I think that this is very important moment as there are lot's of guys here using custom language characters in code (French, German etc...)
So:
1. Have you ever meet this problem on any language/platform?
1-a. Solution?
2. How does DBPro handles all non-latin characters:
*- inside compiled code in string values (like "КРАСНАЯ ПЛОЩАДЬ"
*- inside comments in code (I know
there is a problem)
*- when using non-latin characters in file operations (reading, writing or comparing to string value hardcoded in app)
Anything is greatly appreciated.