summaryrefslogtreecommitdiff
path: root/i18npool/source/breakiterator/data/README
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-13 22:41:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-13 22:46:43 +0100
commit20c24114143d6d38774b56a142fd4ae05094308e (patch)
treea89f8ebda95eae5cb3c1f44e206cba6654c95f8a /i18npool/source/breakiterator/data/README
parent347e345295f14d486ec4b175887a67478b34e7c7 (diff)
Resolves: fdo#49849 implement Unicode 6.1 hebrew line breaking rules
i.e. sync with svn diff -c 31071 http://source.icu-project.org/repos/icu/icu/trunk/source/data/brkitr/line.txt Change-Id: I I I41b3d02f1a0da3b83a9684f29d466660d96254c6
Diffstat (limited to 'i18npool/source/breakiterator/data/README')
-rw-r--r--i18npool/source/breakiterator/data/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/i18npool/source/breakiterator/data/README b/i18npool/source/breakiterator/data/README
new file mode 100644
index 000000000000..8d7598dab562
--- /dev/null
+++ b/i18npool/source/breakiterator/data/README
@@ -0,0 +1,12 @@
+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
+
+At various stages these copies have been customized and are not horribly out of
+sync. It unclear which diffs from the base versions are deliberate and which
+are now accidental :-(
+
+We need to review the various issues referenced in the commits that caused
+custimizations and see if they're still relevant or not, write regression tests
+for them, if any are still relavant then apply the changes back on top of the
+latest versions.