give this a go
This commit is contained in:
parent
4be663aecb
commit
0eaa3d7437
@ -1,7 +1,7 @@
|
|||||||
diff -ur icu.orig/source/common/rbbi.cpp icu/source/common/rbbi.cpp
|
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.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
|
+++ 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.
|
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) == 0x0E3A || \
|
||||||
+ (wc) == 0x0F84 || \
|
+ (wc) == 0x0F84 || \
|
||||||
+ (wc) == 0x1039 || \
|
+ (wc) == 0x1039 || \
|
||||||
+ (wc) == 0x17D2)
|
+ (wc) == 0x17D2 || \)
|
||||||
|
+ (wc) == 0x200D)
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user