If the sorting rules for your language are too complex to be handled
with the simple sort_order[]
table, you need to use the string
collating functions.
Right now the best documentation on this is the character sets that are
already implemented. Look at the big5
, czech
, gbk
,
sjis
, and tis160
character sets for examples.
You must specify the strxfrm_multiply_MYSET=N
value in the
special comment at the top of the file. N
should be set to
the maximum ratio the strings may grow during my_strxfrm_MYSET
(it
must be a positive integer).
Posted by Sean Young on Thursday June 26 2003, @6:20am | [Delete] [Edit] |
None of the character sets referenced above is found in the distribution of 4.0.12-win and 4.1.0-alpha. Any suggestion on where to look for these files?