|
From: Andreas M. <an...@we...> - 2009-05-26 20:15:26
|
Hi, Michael Hieke schrieb: > Hi, > > Andreas Maier wrote: > > the screen shot looks really good. As soon as I find the time I will > try on Mac OS X and report back. > > Thank you. >> Personally i would prefer to "chech" data on loading. If a 0 char is >> detected text-tab will be disabled. >> Comments? >> > > I don't know whether that's good. If a BLOB contains UTF-16 characters > chances are high that a 0 is found. Actually I don't know at all what > to do about character sets in BLOBs... > Please see my other post. > BTW: From a cursory glance over the patch I saw that you used indexed > access to a wxString character - that's something we need to avoid if > possible. I will post another message regarding this issue. > Yes, right. Anyway i didn't know how to handle that correct. I know it is a bad to use wxString character because of Multibyte-characters. Sorry, i will correct it. Anyway if have to rework code if we have decided wether or how to handle blob/database character set in text-mode. Andy |