Closed
Bug 238844
Opened 21 years ago
Closed 21 years ago
upgrade files generated from unicode character database
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
DUPLICATE
of bug 210502
People
(Reporter: dbaron, Assigned: dbaron)
Details
Attachments
(1 file)
|
10.45 KB,
patch
|
Details | Diff | Splinter Review |
The following four files are generated from the unicode character database, but
from old versions. We should try to upgrade them.
extensions/spellcheck/src/cattable.h
intl/unicharutil/src/casetable.h
intl/unicharutil/src/cattable.h
intl/unicharutil/tables/transliterate.properties
Are there others I don't know about?
The first thing I'm going to try to do is synchronize the generation tools with
changes that have been manually made to the files (but shouldn't have been) and
figure out what versions of the database were used to generate the existing files.
(I thought there was another bug on this, but I can't find it.)
So far I've found that files were generated from the following database versions:
2.1.8 intl/unicharutil/src/cattable.h
| Assignee | ||
Comment 1•21 years ago
|
||
extensions/spellcheck/src/cattable.h is very close to 2.1.9 and 3.0.0 (based on
diff), but not exactly
| Assignee | ||
Comment 2•21 years ago
|
||
intl/unicharutil/src/casetable.h is very close to 3.0.0, but not exactly.
Comment 3•21 years ago
|
||
This is a dupe of bug 210502 and bug 210501. I've already done most of chores
there. I'm leaving this open for extensions/spellcheck/src/cattable.h that is
not covered by two bugs aforementioned.
| Assignee | ||
Comment 4•21 years ago
|
||
transliterate.properties seems to be generated from 3.0.0
| Assignee | ||
Comment 5•21 years ago
|
||
Well, in any case, here are the changes I needed to make to the perl scripts to
make the generated files look like the ones in the tree.
| Assignee | ||
Comment 6•21 years ago
|
||
*** This bug has been marked as a duplicate of 210502 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 7•11 years ago
|
||
The changes to gentransliterate.pl here landed in bug 345024.
You need to log in
before you can comment on or make changes to this bug.
Description
•