>1- Have you any hints how to override python usc4 under suse 9.2 >or a new installation and compilation of python using ucs2 >option is the >only solution for this problem. >As Now we need to use suse 9.2 as our production server
Rebuilding Python with UCS2 support is currently the only option: ./configure --enable-unicode=ucs2 Given that UCS4 seems to be the default for Python on several Linux distributions, I've started to add the conversion routines to the driver. But I can't promise a date yet. >2- An other problem is when attempts to insert a Unicode >string in ascii > field instead to have an error returned with a the appropriate error >code the python process crash completely. Obviously, some error checking is missing. I'm fixing this together with the UCS4 support. Daniel Dittmar -- Daniel Dittmar SAP Labs Berlin [EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
