Re: How to make and install a new userdefined collation?
Unfortunately there is no documentation on how to create UTF8 collations.
But adding a new collation can be very easy. You need to edit these files:
strings/ctype-uca.c
mysys/charset-def.c
Use swedish as an example.
Also, note that:
1. Many languages are compatible with utf8_unicode_ci.
So you don't need to create separate collations for them.
For example German, French, Russian, Armenian, Greek.
2. Our Unicode Collation implementation have some limitations.
It is currently not possible to create real full featured collations for ALL languages.
For example, Hungarian have very complex contraction rules, i.e.
when a combination of several letters is treated as a single sorting element.
If you list all the languages you need, I could comment which of them can
be implemented easily, and which of them require additional coding,
Subject
Views
Written By
Posted
3742
May 03, 2005 08:24AM
Re: How to make and install a new userdefined collation?
2955
May 07, 2005 06:11AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.