Re: [cx-oracle-users] Unicode and cx_Oracle
Brought to you by:
atuining
From: Massa, H. A. <ch...@gh...> - 2011-02-19 09:04:54
|
Hello Anthony, mode. What this means is that for Python 2.x you can now use Unicode for > connection strings, SQL statements, etc. I only use the Win32-Versions of cx_Oracle; and that was exactly my experience from the existing *-unicode builds. Just that it was not a "can ... use", but a "must ... use"; that is: using the *-unicode build all "strings" have to be unicode. And all results are unicode, too. those who used the old unicode mode to test it out before I make a > new release (which will be 5.1). I use that older unicode build exclusively in an application. What I would need to run tests would be a win32-bundle. Would it be possible for you to make that available somewhere? And as a feedback to using the allready-existing-unicode builds: it takes some time to convert the applications, BUT it really, really saves a lot of hassle in the long run --- a lot of smal challenges with wrong characters, surprising encodings... all went away. best wishes Harald -- GHUM GmbH Harald Armin Massa Spielberger Straße 49 70435 Stuttgart 0173/9409607 Amtsgericht Stuttgart, HRB 734971 - persuadere. et programmare |