diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-05-15 10:38:10 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-05-15 10:38:10 +0200 |
commit | 981e638d38947837fd36520c4cb051342348779d (patch) | |
tree | 40ea8152023fa5baa6156a922ad57cc4fd64e3d7 /locale | |
parent | a4a351924575879fd96bf470f6340157ed560186 (diff) | |
download | glibc-981e638d38947837fd36520c4cb051342348779d.tar glibc-981e638d38947837fd36520c4cb051342348779d.tar.gz glibc-981e638d38947837fd36520c4cb051342348779d.tar.bz2 glibc-981e638d38947837fd36520c4cb051342348779d.zip |
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 <carlos@redhat.com>
Diffstat (limited to 'locale')
-rw-r--r-- | locale/C-translit.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 |