I don't know the reason of this mistake; i've
edited this text file (one line)
with EDIT.EXE in windows shell:
אטלעש
This file in hexadecimal view looks like:
85 8a 8d 95 97
but when i open this file with notepad.exe
the text displayed is a list of wrong chars.
This problem is due for OEM-ANSI conversion... ok...
BUT when i use escape sequence for (hex)
85 8a 8d 95 97
in notepad i obtain the result which i want
(that is: אטלעש)... why?
Suggestions?
---
THANX for your time!