diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-28 04:08:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-28 04:08:02 +0000 |
commit | cf365734e59f708b1610815196ee2303174308cf (patch) | |
tree | d2d7a0a269f07fe1dcce0c72f0df12aab0a7adab /BUGS | |
parent | 3d4ac1ec92d8b9fce3dfa9cfa0ba030994f17744 (diff) | |
download | glibc-cf365734e59f708b1610815196ee2303174308cf.tar.gz glibc-cf365734e59f708b1610815196ee2303174308cf.tar.xz glibc-cf365734e59f708b1610815196ee2303174308cf.zip |
Mention broken LC_COLLATE specification.
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/BUGS b/BUGS index 3428761047..58f949d01d 100644 --- a/BUGS +++ b/BUGS @@ -62,6 +62,21 @@ Severity: [ *] to [***] None of these can be fixed without a rewrite. +[ *] Several (most?) collation specifications are broken. The code which + is currently there is in most cases inherited from the originial + author (in case there is a LC_COLLATE specification in the locale + file) or is defined using the default (if iso14651_t1 is included). + + In any case we are missing information to correct the specification. + If you find the specification for your language be faulty please + send a report with instruction on what to fix. You don't have to + fix the specification yourself. + + The way it finally should look like (if the generic specification + is not correct) can be seen in the sv_SE file. Quite a few changes + on top of the generic specification can be made without duplication + of the whole LC_COLLATE description. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ulrich Drepper drepper@cygnus.com |