give this a go

This commit is contained in:
Caolan McNamara 2006-11-02 15:52:36 +00:00
parent 4be663aecb
commit 0eaa3d7437

View File

@ -1,7 +1,7 @@
diff -ur icu.orig/source/common/rbbi.cpp icu/source/common/rbbi.cpp
--- icu.orig/source/common/rbbi.cpp 2006-10-05 11:54:13.000000000 +0100
+++ icu/source/common/rbbi.cpp 2006-10-05 11:57:31.000000000 +0100
@@ -879,6 +879,21 @@
@@ -879,6 +879,22 @@
RBBI_END // state machine processing is after end of user text.
};
@ -19,7 +19,8 @@ diff -ur icu.orig/source/common/rbbi.cpp icu/source/common/rbbi.cpp
+ (wc) == 0x0E3A || \
+ (wc) == 0x0F84 || \
+ (wc) == 0x1039 || \
+ (wc) == 0x17D2)
+ (wc) == 0x17D2 || \)
+ (wc) == 0x200D)
//-----------------------------------------------------------------------------------
//