- Sep
- 105
- 1
When I use TYPE test.txt I get a different result compared to ECHO %@LINE[test.txt...]
I have attached a small text file for testing, the hex codes are as follows:
E6 F8 E5 C6 D8 C5
91 9B 86 92 9D 8F
Characters:
æøåÆØÅ (ANSI
æøåÆØÅ (Old 8-bit ASCII characters representing the same).
What is the reason for that ??
Is there an easy way to convert between them without using character by character replacement ??
Thanks for any help!
-stein
Reference: http://en.wikipedia.org/wiki/ISO/IEC_8859-1
I have attached a small text file for testing, the hex codes are as follows:
E6 F8 E5 C6 D8 C5
91 9B 86 92 9D 8F
Characters:
æøåÆØÅ (ANSI
æøåÆØÅ (Old 8-bit ASCII characters representing the same).
What is the reason for that ??
Is there an easy way to convert between them without using character by character replacement ??
Thanks for any help!
-stein
Reference: http://en.wikipedia.org/wiki/ISO/IEC_8859-1