pkgsrc/misc/libreoffice/patches/patch-i18npool_source_breakiterator_data_char.txt
wiz b542dc99b9 Initial import of libreoffice-3.5.4.2 from wip, packaged by Francois Tigeot.
Doesn't work on NetBSD-6, but reportedly works on NetBSD-5*/amd64 and /i386,
as well as DragonFly/x86_64 and /i386.

LibreOffice is a free, community-developed, multi-platform office
productivity suite. It includes key desktop applications:
word processor, spreadsheet, presentation manager, and drawing program,
with a user interface and feature set similar to other office suites.
2012-06-01 06:12:13 +00:00

15 lines
755 B
Text

$NetBSD: patch-i18npool_source_breakiterator_data_char.txt,v 1.1.1.1 2012/06/01 06:12:14 wiz Exp $
Fix an issue with icu > 4.8
https://bugs.gentoo.org/show_bug.cgi?id=410307
--- i18npool/source/breakiterator/data/char.txt.orig 2012-04-24 14:08:03.000000000 +0000
+++ i18npool/source/breakiterator/data/char.txt
@@ -16,7 +16,6 @@
$CR = [\p{Grapheme_Cluster_Break = CR}];
$LF = [\p{Grapheme_Cluster_Break = LF}];
$Control = [\p{Grapheme_Cluster_Break = Control}];
-$Prepend = [\p{Grapheme_Cluster_Break = Prepend}];
$Extend = [\p{Grapheme_Cluster_Break = Extend}];
$SpacingMark = [\p{Grapheme_Cluster_Break = SpacingMark}];
# True Indic wants to move by syllables. Break up SpacingMark. This based on Unicode 6.0 data