On Thu, Sep 13, 2001 at 11:38:42AM +0200, Tino Wildenhain wrote:
Certainly it is possible. Oracle, for example, allows to create multilingual multiencoding databases. But it is not so simple.
Maybe its possible to define the splitter per field?
The problem is not in the Splitter itself - the problem is in locale data. Locale data is the accumulated result of long research. Many people collected the data (how to represent national symbols, how to sort them, which are printable, which are alphas, etc), organized it and put into locales. If you are going to get rid of locale - where you will get this information? You need it for every language/encoding you are going to support. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.