|
From: <br...@br...> - 2004-06-17 18:27:10
|
No UTF-8 in this release, however it may show up in a later 0.6-pre release. Hardly anyone has asked about it, so it wasn't high on my list. I may try to sneak it into the -pre2 release now that I know someone is actively interested. There are a couple big issues. 1) We don't know how to tell what codeset the database file is encoded in. This is not a problem for Jet4 since everything is UCS-2 LE. 2) iconv introduces a new dependency which needs to be looked for in configure, and my track record on confgure.in changes isn't exactly great so I don't want to do it right before release. The actual code is fairly simple to implement (I did the same thing with FreeTDS a few years back). Brian On Thu, 17 Jun 2004 14:23:36 -0300, Luciano Miguel Wolf wrote: > > Hi Brian, > > Will this release have UTF-8 support? > > Thanks, > Luciano > > On Wed, 2004-06-16 at 19:38, br...@br... wrote: > > David, > > > > I checked this change in this evening. I can't imagine anyone typing > > in a table name longer than 256 even if it is allowed ;-) > > > > I'm shooting for a 0.6pre1 release this weekend unless I hear any > > objections. This will simply be a base line from which to get a > > handle on outstanding issues and branch the tree, so we can stabilize > > it for the real deal. After that, only bug fixes and such will be > > going in. > > > > The hard part is going to be ensuring that fixes get applied to both > > branches. > > > > Brian > > > > On Wed, 16 Jun 2004 14:45:45 -0400, David Mansfield wrote: > > > > > It's cool. I didn't mean anything by it. By the way, the latest > > > 'catch' was that table names can apparently be quite a bit longer > > than > > > 30 characters. I changed it to 50, but probably 256 is more > > accurate. > > > Maybe something like: > > > > > > -#define MDB_MAX_OBJ_NAME 30 > > > +#define MDB_MAX_OBJ_NAME 256 > > > > > > Maybe there's a spec somewhere that says what the maximum object > name > > > length is. > > > > > > David > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > > Conference, June 28 - July 1 at the Moscone Center in San Francisco, > CA > > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code > NWMGYKND > > _______________________________________________ > > mdbtools-dev mailing list > > mdb...@li... > > https://lists.sourceforge.net/lists/listinfo/mdbtools-dev > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code > NWMGYKND > _______________________________________________ > mdbtools-dev mailing list > mdb...@li... > https://lists.sourceforge.net/lists/listinfo/mdbtools-dev |