"Uwe Grauer" <[email protected]> schrieb: > Sibylle Koczian wrote: > > > > I'd be interested to know how well other RDBMS cope with non-ASCII > > characters. At the moment I'm not really happy with the Firebird way. > > Dabo was developed by english speaking people who do not need to use > unicode that much. The unicode handling improved drastically over the > last year. I wouldn't be suprised if there are still places in the code > which have bugs in unicode handling. > > If you found such a place, the best thing to do would be to provide a > code sample which demonstrates the bugs. This way the bugs can be > spotted and fixed most easily. >
This would be simple with a SQLite problem: put the database creation code into the example and you're done. All the examples in the PyQt book by M. Summerfield work that way and it's very comfortable for the reader. With Firebird that probably wouldn't work in most cases, depending on the DatabaseAccess setting in Firebird.conf. Or whoever wants to try the code would have to put a new entry into aliases.conf. Perhaps putting a new table into the 'employee' database might work. I'll try that. Regards, Sibylle -- Dr. Sibylle Koczian _______________________________________________ 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]
