Re: [cx-oracle-users] Client encoding under Cygwin
Brought to you by:
atuining
From: Amaury F. d'A. <ama...@gm...> - 2010-12-02 23:07:05
|
2010/12/2 Ian Kelly <ian...@gm...> > AFAICT, the solution suggested there is not viable in Python because > Pywin32 does not build under Cygwin. > You can still use the ctypes module: >>> import ctypes >>> ctypes.CDLL('kernel32').SetEnvironmentVariableA('NLS_LANG', '.UTF8') -- Amaury Forgeot d'Arc |