Dear Gretl developers,
I was analyzing some text files using the "readfile" function
and I realized that Gretl doesn't retrieve lines with accented
words when the .txt has the ANSI character encoding.
Please take a look at the following Hansl code (the text files
are attached to this e-mail):
<hansl>
string texto1 = readfile("C:\Users\henrique\Desktop\ANSI.txt")
print texto1
string texto2 = readfile("C:\Users\henrique\Desktop\UTF-8.txt")
print texto2
<hansl>
Is this an intended feature/behavior?
Best regards,
Henrique Andrade