Re: [cx-oracle-users] Client encoding under Cygwin
Brought to you by:
atuining
From: Ian K. <ian...@gm...> - 2010-12-02 23:00:50
|
On Thu, Dec 2, 2010 at 3:47 PM, Amaury Forgeot d'Arc <ama...@gm...> wrote: > Hi, > > 2010/12/2 Ian Kelly <ian...@gm...> >> >> I can't seem to change the client encoding used by cx_Oracle. I've tried >> this: >> >> $ export NLS_LANG=.UTF8 > > IIRC an underscore is required in NLS_LANG: > $ export NLS_LANG=_.UTF8 No, the underscore is only necessary if you specify the territory (e.g. "_AMERICA.UTF8"). Thanks, though. |