[cx-oracle-users] unicode characters and cx_Oracle.
Brought to you by:
atuining
From: Garrick W. <gar...@gm...> - 2005-08-22 03:40:14
|
I have the following problem. I have a utf-8 encoded string, that is to be= =20 inserted into an Oracle DB using cx_Oracle. Now cx_Oracle appears to be configured to do a character translation of som= e=20 description on this string. Is there anyway I could insert the unicode=20 equivalent string? (i.e. udata =3D unicode(data, "utf-8")) instead of a=20 regular character string into the database? If not is there a way to=20 configure the encoding type that cx_Oracle expects... Garrick --=20 Garrick Welsh The human race is a race of cowards; and I am not only marching in that procession but carrying a banner. -- Mark Twain |