Issue 44734 - implement locale data DTD version check
Summary: implement locale data DTD version check
Status: CLOSED FIXED
Alias: None
Product: Internationalization
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: ooo
QA Contact: issues@l10n
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-10 17:19 UTC by ooo
Modified: 2013-08-07 15:00 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description ooo 2005-03-10 17:19:41 UTC
In order to prevent mismatching data files being submitted because of older
files being copied as templates, implement a check against the locale.dtd
version during build time. Validating XML parsers will spot an error too.

For future mechanisms also add an attribute whether an update from CLDR is allowed.
Comment 1 ooo 2005-03-10 17:26:31 UTC
On branch cws_src680_localedata3:
18npool/source/localedata/LocaleNode.cxx 1.12.12.1
i18npool/source/localedata/LocaleNode.hxx 1.7.12.1
i18npool/source/localedata/data/locale.dtd 1.13.6.2
i18npool/source/localedata/data/*.xml
Comment 2 ooo 2005-03-11 20:20:25 UTC
Verified presence in CWS build.
Comment 3 ooo 2005-03-31 16:55:45 UTC
Present in master, closing.