Re: [cx-oracle-users] Antw: Bad conversion of a unicode value?
Brought to you by:
atuining
From: matilda m. <ma...@gr...> - 2007-11-28 16:16:46
|
>>> Michael Schlenker <ms...@co...> 28.11.2007 16:31 >>> >Michael Schlenker schrieb: > Okay, i got my test to work after patching cx_Oracle a little bit. Anthony will be happy to hear that. ;-) Anthony: Are you still here? > From taking a closer look at the code Unicode support is at best to be = described as >'rudimentary', lots of fine points still missing in there. I'm sure Anthony will agree. Especially with the upcoming Py3000 there = will be many questions to answer regarding byte-strams, unicode-streams, = characterset conversion (implicit/explicit), character representation. See the change history to see when Anthony started to focus on character = set conversion. Amaury Forgeot d'Arc who also gives valueable input is probably also = interested in that topic while speeking and writing a language with many special = characters. > With that patch (against the cx_Oracle-4.3.3.zip file) at least my test = runs through > cleanly when i set the right environment. One surely can do better.... Can you easily enhance the tests in the test directory to unit test the charset conversion cases? Best regards Andreas |