Ed Leafe wrote: > So apparently the xml module doesn't like what the locale module > returns. I'll look into normalizing the various spellings for 'utf-8' > so that this is fixed. But for now, in order to open your saved > classes in the Class Designer, you'll have to edit them manually, > changing the first line from: > > <?xml version="1.0" encoding="UTF8" standalone="no"?> > > to: > > <?xml version="1.0" encoding="utf-8" standalone="no"?> >
I had a similar problem with Firebird, where FB (kinterbasdb) only accepts 'UTF8' and not what i was using from my enviroments LANG setting (UTF-8). The kinterbasdb maintainer promised to include 'UTF-8' as a valid alias for 'UTF8' into kinterbasdb. So it seems to be perfect to have both aliases available. Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
