Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scheme: reading Extended ASCII files
#2
One big question is the actual encoding of your file. Is it ISO-8859-15 (where the accented French characters are encoded in one byte) or UTF-8 (accented characters are encoded on two bytes).

See attached ZIP for

Code:
àa
éèêë
îï
ôö
ùûü
ç

using either encoding. More luck with one or the other?


Attached Files
.zip   encodings.zip (Size: 385 bytes / Downloads: 161)
Reply


Messages In This Thread
RE: Scheme: reading Extended ASCII files - by Ofnuts - 10-03-2017, 03:37 PM

Forum Jump: