(10-03-2017, 03:37 PM)Ofnuts Wrote: 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).Hi!
See attached ZIP for
Code:
àa
éèêë
îï
ôö
ùûü
ç
€
using either encoding. More luck with one or the other?
Converting the source file in UTF-8 has solved the reading of tokens!
Thank you so much.
Nicolas