diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-08-28 10:48:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-28 10:49:19 +0100 |
commit | 5d1d4c940ad47ec3dacdf40d82b40836c99e02c3 (patch) | |
tree | 49bb71bcd6f744aada1914b394e54923b1f3c0e0 /i18npool | |
parent | d27a7b8c5b96eb328918cc67b9b5562b8870f2ac (diff) |
document what the three FOO_word things are for
Change-Id: Ie93c06a9304fd45a1c0c10af81cc09c88baf106f
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/breakiterator/data/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i18npool/source/breakiterator/data/README b/i18npool/source/breakiterator/data/README index 8967c73a661f..e50b0613eda5 100644 --- a/i18npool/source/breakiterator/data/README +++ b/i18npool/source/breakiterator/data/README @@ -2,6 +2,9 @@ The originals of these come from svn checkout http://source.icu-project.org/repos/icu/icu/trunk/source/data/brkitr they no longer appear in the icu tarballs, but are in icu's svn +dict_word is used for dictionary word break, edit_word is for cursor +travelling, while count_word is for word count. + At various stages these copies have been customized and are now horribly out of sync. It unclear which diffs from the base versions are deliberate and which are now accidental :-( |