NLS_LANG

Hi All

I am using PL/SQL Developer 8 in Ubuntu environment and I would like to know how I can change NLS_LANG. I am using portuguese and I am losing accents in comments of procedures for instance.

Someone could help me?

Tks
Ricardo
 
You can set the NLS_LANG environment variable or registry key to NLS_LANG=PORTUGUESE_PORTUGAL.WE8MSWIN1252.
 
Back
Top