14c6cde779
Previously, the CJK BreakIterator used custom dictionaries for Chinese and Japanese. This change removes these custom dictionaries in favor of the upstream ICU implementation, which uses an externally-maintained frequency dictionary for these languages. This change also removes support code for dictionary-based break iterators, as it is no longer used. Change-Id: I55c4ce9c842d1751997309fd7446e0a6917915dc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166136 Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Tested-by: Jenkins Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
11 lines
460 B
Markdown
11 lines
460 B
Markdown
# Internationalisation Pool (i18npool) Framework
|
|
|
|
Internationalisation pool (i18npool) framework ensures that the suite is adaptable to the
|
|
requirements of different native languages, their local settings and customs, etc without source
|
|
code modification. (Wow, that is such marketing-speak...)
|
|
|
|
Specifically for locale data documentation please see `i18npool/source/localedata/data/locale.dtd`
|
|
|
|
## See Also
|
|
|
|
<http://wiki.documentfoundation.org/Category:I18n>
|