Re: [cx-oracle-users] Client encoding under Cygwin
Brought to you by:
atuining
From: Ian K. <ian...@gm...> - 2010-12-02 22:59:18
|
On Thu, Dec 2, 2010 at 3:29 PM, Ian Kelly <ian...@gm...> wrote: > I can't seem to change the client encoding used by cx_Oracle. Looks like this is the same problem: http://rubyforge.org/forum/forum.php?thread_id=6826&forum_id=1078 AFAICT, the solution suggested there is not viable in Python because Pywin32 does not build under Cygwin. On the bright side, it turns out that I was wrong about setting the NLS_LANG in the registry not working -- I was just setting it in the wrong place (the peril of having four different Oracle homes). That seems a bit draconian just to get one Python app working, however, so I would appreciate any other suggestions. Thanks, Ian |