Resolves: ooo#83991 Malayalam Kartika font fix
This commit is contained in:
parent
562a2477f0
commit
9245d4b1e3
@ -243,3 +243,18 @@ diff -ruN icu.orig/source/layout/MalayalamLayoutEngine.h icu/source/layout/Malay
|
||||
+U_NAMESPACE_END
|
||||
+#endif
|
||||
+
|
||||
diff -ru icu.orig/source/layout/MalayalamLayoutEngine.cpp icu/source/layout/MalayalamLayoutEngine.cpp
|
||||
--- icu.orig/source/layout/MalayalamLayoutEngine.cpp 2007-11-28 10:44:11.000000000 +0000
|
||||
+++ icu/source/layout/MalayalamLayoutEngine.cpp 2007-11-28 11:40:18.000000000 +0000
|
||||
@@ -30,6 +30,11 @@
|
||||
{
|
||||
if (fInsertionList) applyInsertions();
|
||||
if (from.fInsertionList) from.applyInsertions();
|
||||
+ if ((!fInsertionList) && (from.fInsertionList))
|
||||
+ {
|
||||
+ fInsertionList = from.fInsertionList;
|
||||
+ from.fInsertionList = NULL;
|
||||
+ }
|
||||
|
||||
if (!from.fGlyphCount)
|
||||
return;
|
||||
|
5
icu.spec
5
icu.spec
@ -1,6 +1,6 @@
|
||||
Name: icu
|
||||
Version: 3.8
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: International Components for Unicode
|
||||
Group: Development/Tools
|
||||
License: MIT
|
||||
@ -144,6 +144,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc source/__docs/%{name}/html/*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 28 2007 Caolan McNamara <caolanm@redhat.com> - 3.8-4
|
||||
- Resolves: ooo#83991 Malayalam "Kartika" font fix
|
||||
|
||||
* Tue Nov 13 2007 Caolan McNamara <caolanm@redhat.com> - 3.8-3
|
||||
- add icu.openoffice.org.patch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user