From: <br...@br...> - 2004-07-29 06:29:21
|
I have it, but i need to tie up some loose ends. I like the error handling in this patch better the my simple pass/fail. On the other hand, there is no autoconf detection in the patch that I saw from my quick perusal. Also, my patch sets up iconv once per handle, this one seems to incur the overhead on each call (again from my quick look). Definately some good stuff in the patch though, and I'll try to merge the two and we'll be better for it. I'm still mulling over the problem of figuring out if the terminal supports UTF8 or not. I'm leaning toward turning it on if $LANG contains the substring "utf8". This works on RedHat 9/Fedora. I'm very keen to hear what it is on other platforms. Just, echo $LANG and post your results (along with the OS/distro you use of course) and if we get enough responses we should be able to determine the correct course of action. 669739 should be due to added/deleted/reordered columns and *should* be fixed. It works for all the test cases I have anyway. If your willing to part with a database that still exhibits this behaviour, I'll certainly have a looksee. Brian On Tue, 27 Jul 2004 17:02:04 -0700 (PDT), Jeff Smith wrote: > > If I am not mistaken, Brian already has some code for this (not that he > would not be able to use any of your work), but has not checked it in > due to some design decisions. See message "Re: [mdb-dev] Old code" > from > July 17th. I assume you are subscribed to the list. > > As for bug 669739, do you have test case to confirm this bug (in the > latest > pre-release)? A lot has changed in the code since the bug was > reported and > it may be a dead issue. > > -- Jeff S > > > --- Luciano Miguel Wolf <luc...@fr...> wrote: > > Hi mdbtools developers, > > > > A few weeks ago I wrote to this list asking for UTF-8 support. In the > > mean time the company where I am working increased its interests in > this > > feature. I and co-worker (Alexandre Horst) have been working in > source > > code of libmdb and we have implemented the UTF-8 support. We have > fixed > > some problems in UFT-8 and UCS-2 conversion using libiconv and some > > ideas from Petr Mich�lek. I think the creator of mdbtools should > > validate this code to assure there is no problems. > > > > I will send those patches to the site > > > http://sourceforge.net/tracker/?atid=302294&group_id=2294&func=browse . > > We have tested them with some MDB files in Japanese, Chinese, > Russian, > > Arabian, French and other languages. You can see columns/table names > and > > data in those languages. > > > > Our next attempt will be to fix the bug #669739 - Shuffled columns > from > > Jet4. How could we send the modifications directly to the source? Is > > there any way to do it? > > > > Regards, > > Luciano > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - 50x more storage than other providers! > http://promotions.yahoo.com/new_mail > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > mdbtools-dev mailing list > mdb...@li... > https://lists.sourceforge.net/lists/listinfo/mdbtools-dev |