From 981e638d38947837fd36520c4cb051342348779d Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 15 May 2020 10:38:10 +0200 Subject: [PATCH] locale: Add transliteration for Geresh, Gershayim (U+05F3, U+05F4) ISO-8859-8-based locales will need this transliteration if the locale files contain these Unicode characters. Reviewed-by: Carlos O'Donell --- locale/C-translit.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locale/C-translit.h.in b/locale/C-translit.h.in index 31cd86a5cf..a0c545b7d3 100644 --- a/locale/C-translit.h.in +++ b/locale/C-translit.h.in @@ -360,6 +360,8 @@ "\x04f5" "ch`" # CYRILLIC SMALL LETTER CHE WITH DIAERESIS "\x04f8" "Y`" # CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS "\x04f9" "y`" # CYRILLIC SMALL LETTER YERU WITH DIAERESIS +"\x05f3" "'" # HEBREW PUNCTUATION GERESH +"\x05f4" "\"" # HEBREW PUNCTUATION GERSHAYIM "\x2002" " " # EN SPACE "\x2003" " " # EM SPACE "\x2004" " " # THREE-PER-EM SPACE