diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2004-11-18 19:58:21 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2004-11-18 19:58:21 +0000 |
commit | ebcdf588dc9d7976725c29583a4d13670d00a13a (patch) | |
tree | 79164d309767c4413b0597c89306551bb851355b /devel/icu/files/patch-uk | |
parent | Add localized versions of gd port to the VuXML entry. (diff) |
Update this port (long obsoleted by icu2) to the latest icu-3.2.
Add Ukrainian KOI8-U encoding and fix Ukrainian spell-out rules.
Build the vendor's tests and run them automatically after build.
Once the wrinkles (if any) are ironed out, the current users of
icu2 should switch to icu and icu2 deleted.
PR: ports/71790
Submitted by: Andriy Gapon
Notes
Notes:
svn path=/head/; revision=121887
Diffstat (limited to 'devel/icu/files/patch-uk')
-rw-r--r-- | devel/icu/files/patch-uk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/icu/files/patch-uk b/devel/icu/files/patch-uk new file mode 100644 index 000000000000..3e71cfcb37a7 --- /dev/null +++ b/devel/icu/files/patch-uk @@ -0,0 +1,17 @@ +--- source/data/rbnf/uk.txt Wed Jul 14 14:33:14 2004 ++++ source/data/rbnf/uk.txt Wed Nov 17 11:19:48 2004 +@@ -12,4 +12,6 @@ + + SpelloutRules { ++ "-x: \u043C\u0456\u043D\u0443\u0441 >>;\n" ++ "x.x: << \u043A\u043E\u043C\u0430 >>;\n" + "\u043D\u0443\u043B\u044C; \u043E\u0434\u0438\u043D; \u0434\u0432\u0430; \u0442\u0440\u0438; " + "\u0447\u043E\u0442\u0438\u0440\u0438; \u043F\u02bc\u044F\u0442\u044C; \u0448\u0456\u0441\u0442\u044C; " +@@ -48,5 +50,6 @@ + "2,000,000: << \u043C\u0456\u043B\u044C\u0439\u043E\u043D\u0438[ >>];\n" + "5,000,000: << \u043C\u0456\u043B\u044C\u0439\u043E\u043D\u0456\u0432[ >>];\n" +- "1,000,000,000: << \u043C\u0456\u043B\u044C\u044F\u0440\u0434[ >>];" ++ "1,000,000,000: << \u043C\u0456\u043B\u044C\u044F\u0440\u0434[ >>];\n" ++ "1,000,000,000,000: << \u0442\u0440\u0456\u043B\u043B\u0456\u043E\u043D[ >>];" + } + |