Hello there:
I'm very happy working with my Zeus editor, but i have a little problem, when i add files in a project but some character in the path have accent, in the workspace showme the file with a "equis" and i can't open the file:
By example:
the file path is:
"c:\jcso\c?digo\test.java"
Greetings;)
JcSO
File paths with accents don't work in the workspace
From what I could tell the file name (which contains a unicode character) is getting converted to an ANSI string within Zeus. For example when I open the file using the File Open menu the file name (as displayed in the title bar) shows that it has been converted to an ANSI string.
But the real problem is this special ANSI conversion was added a very long time ago to fix a problem with opening files that containe OEM characters. So some more investigation is required since if this code is removed the OEM bug will return, but if it is code is left as it is then Unicode files will be broken
Jussi
But the real problem is this special ANSI conversion was added a very long time ago to fix a problem with opening files that containe OEM characters. So some more investigation is required since if this code is removed the OEM bug will return, but if it is code is left as it is then Unicode files will be broken

Jussi