Re: [cx-oracle-users] Client encoding under Cygwin
Brought to you by:
atuining
From: Amaury F. d'A. <ama...@gm...> - 2010-12-02 22:47:39
|
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 -- Amaury Forgeot d'Arc |