diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-09 18:37:52 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-09 18:37:52 -0400 |
commit | 96b4b1b04ef56c7cf5cb4f55cdee5df4e5886c6b (patch) | |
tree | 98fe898afa43c4925b18277077882b7384e28d00 /locale/C-translit.h.in | |
parent | 6894bb76e73f8f816010ef346d9f4fea54385a33 (diff) | |
download | glibc-96b4b1b04ef56c7cf5cb4f55cdee5df4e5886c6b.tar.gz glibc-96b4b1b04ef56c7cf5cb4f55cdee5df4e5886c6b.tar.xz glibc-96b4b1b04ef56c7cf5cb4f55cdee5df4e5886c6b.zip |
Support Colon Sign
Used in the Costa Rican locale and now also in the El Salvadorian locale.
Diffstat (limited to 'locale/C-translit.h.in')
-rw-r--r-- | locale/C-translit.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/C-translit.h.in b/locale/C-translit.h.in index 4508b45596..a058464898 100644 --- a/locale/C-translit.h.in +++ b/locale/C-translit.h.in @@ -103,6 +103,7 @@ "\x2061" "" /* <U2061> FUNCTION APPLICATION */ "\x2062" "" /* <U2062> INVISIBLE TIMES */ "\x2063" "" /* <U2063> INVISIBLE SEPARATOR */ +"\x20a1" "C=" /* <U20A1> COLON SIGN */ "\x20a8" "Rs" /* <U20A8> RUPEE SIGN */ "\x20ac" "EUR" /* <U20AC> EURO SIGN */ "\x20b9" "INR" /* <U20B9> INDIAN RUPEE SIGN */ |