>python application crash with:
> [segmentation fault]
> after insert of Unicode data field in a field type defined as ASCII

1. Did the string contained only ASCII characters (so the conversion to
ASCII should succeed) or did the string contained real Unicode
characters (so that a conversion exception is to be expected)

2. Does your Python uses UCS2 or UCS4 internally? (check 'import sys',
sys.maxunicode, 65535 => UCS2, 1114111 => UCS4) If it is UCS4, please
try the latest driver at
http://dev.mysql.com/downloads/maxdb/7.6.00.html#Python, as support for
UCS4 has been added to that release.

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]

Reply via email to