aboutsummaryrefslogtreecommitdiff
path: root/www-client/icecat/files/firefox-146.0.1-icu78.patch
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2026-01-12 20:36:03 +0000
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2026-01-12 20:36:03 +0000
commit823873bcb9afb557dc6ebee1052da3ff5caac187 (patch)
tree6533c0677f90cee8794ed84c82b436d54e01f03d /www-client/icecat/files/firefox-146.0.1-icu78.patch
parenta5983b59397933b505cebc1ebb327f8a083c80c6 (diff)
add icecat from parona-overlay
Diffstat (limited to 'www-client/icecat/files/firefox-146.0.1-icu78.patch')
-rw-r--r--www-client/icecat/files/firefox-146.0.1-icu78.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/www-client/icecat/files/firefox-146.0.1-icu78.patch b/www-client/icecat/files/firefox-146.0.1-icu78.patch
new file mode 100644
index 0000000..4d8785f
--- /dev/null
+++ b/www-client/icecat/files/firefox-146.0.1-icu78.patch
@@ -0,0 +1,18 @@
+https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1291790c3dc24d3b9921bb10330201b8c1fa5983
+
+diff --git a/intl/lwbrk/LineBreaker.cpp b/intl/lwbrk/LineBreaker.cpp
+--- a/intl/lwbrk/LineBreaker.cpp
++++ b/intl/lwbrk/LineBreaker.cpp
+@@ -451,10 +451,11 @@
+ /* AKSARA = 43, [AK] */ CLASS_CHARACTER,
+ /* AKSARA_PREBASE = 44, [AP] */ CLASS_CHARACTER,
+ /* AKSARA_START = 45, [AS] */ CLASS_CHARACTER,
+ /* VIRAMA_FINAL = 46, [VF] */ CLASS_CHARACTER,
+ /* VIRAMA = 47, [VI] */ CLASS_CHARACTER,
++ /* UNAMBIGUOUS_HYPHEN = 48 [HH] */ CLASS_BREAKABLE,
+ };
+
+ static_assert(U_LB_COUNT == std::size(sUnicodeLineBreakToClass),
+ "Gecko vs ICU LineBreak class mismatch");
+
+