[PATCH] locale: Add transliteration for Geresh, Gershayim (U+05F3, U+05F4)

Florian Weimer fw@deneb.enyo.de
Wed May 13 05:37:50 GMT 2020


ISO-8859-8-based locales will need this transliteration if the locale
files contain these Unicode characters.

---
 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`"	# <U04F5> CYRILLIC SMALL LETTER CHE WITH DIAERESIS
 "\x04f8"	"Y`"	# <U04F8> CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS
 "\x04f9"	"y`"	# <U04F9> CYRILLIC SMALL LETTER YERU WITH DIAERESIS
+"\x05f3"	"'"	# <U05F3> HEBREW PUNCTUATION GERESH
+"\x05f4"	"\""	# <U05F4> HEBREW PUNCTUATION GERSHAYIM
 "\x2002"	" "	# <U2002> EN SPACE
 "\x2003"	" "	# <U2003> EM SPACE
 "\x2004"	" "	# <U2004> THREE-PER-EM SPACE


More information about the Libc-alpha mailing list