Portuguese characters in Command Prompt
Hello.
I have a similar problem but in Portuguese.
I've written an application in LUA connecting to an Oracle 11gR1 database,
running on Windows Vista Business 32.
The database charset is WE8MSWIN1252.
I have a table in which there is a column that have a value of "Manuteção".
When I run a query to the database using SQLDeveloper it works fine.
When the connection is made using LUA it retrieves wrong values. Even
SQL*Plus (DOS) get the values in the wrong way ("ManutenþÒo").
I do not know where should I set up any session parameter to get the
queries working in the same way SQLDeveloper does.
I have read the articles on NLS_PARAMETERS ( FAQ etc ) but I didn't
find any recipe or method to correct the client behavior.
I would appreciate any help on this matter.
Thank you very much
Jayme Jeffman Filho