Hi Alexander,
Thanks for the patch.
I have incorporated it into my current bk tree and will become available
when ever I push!
> ImageEditor->loadImage(((CEllipseTableItem *)x)->getFieldName(),
>- Query->getFieldValue(((CEllipseTableItem *)x)->getRowOffset(),
((CEllipseTableItem *)x)->getFieldIndex()),
>+ codec->toUnicode(Query->getFieldValue(((CEllipseTableItem
*)x)->getRowOffset(), ((CEllipseTableItem *)x)->getFieldIndex())),
This is a bug :(
The problem is the Image editor retrieves binary data from a BLOB field
therefore converting to unicode will cause undesirable results.
Other than the above, everything is OK!
Regards,
Jorge
--
For technical support contracts, visit https://order.mysql.com/?ref=mjdc
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Jorge del Conde <jorge@stripped>
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Full-Time Developer
/_/ /_/\_, /___/\___\_\___/ Mexico City, Mexico
<___/ www.mysql.com
> -----Original Message-----
> From: as@stripped [mailto:as@stripped] On
> Behalf Of Alexander M. Stetsenko
> Sent: Thursday, May 16, 2002 3:52 AM
> To: Jorge del Conde
> Cc: mycc@stripped
> Subject: non-latin1 charset editing bugs patch
>
>
> Hi Jorge
>
> This is the editing bug fixes for non-latin1 charsets.
> Thanks
>
> --
> Sincerely yours
> Alexander M. Stetsenko <ams@stripped>
>