On Mon, 8 Jun 2015, Henrique Andrade wrote:
Dear Allin,
The problem remains :-( Please find attached the scripts I using to test
this. The command I executing in the Windows console is:
"c:\Program Files\gretl\gretlcli.exe" -b "C:\teste\sem_acento.inp" #
It
works :-)
"c:\Program Files\gretl\gretlcli.exe" -b
"C:\teste\com_acentuação.inp" # I
doesn't work :-(
Can you tell me what gretlcli says on start-up? With the current
Windows snapshot you should see something like:
cli_set_win32_charset: charset='CP850'
However, the codepage may or may not be 850. The value shown is the
result from a call to the Windows function GetConsoleOutputCP().
Allin