mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
Support Colon Sign
Used in the Costa Rican locale and now also in the El Salvadorian locale.
This commit is contained in:
parent
6894bb76e7
commit
96b4b1b04e
@ -1,5 +1,7 @@
|
||||
2011-05-09 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
* locale/C-translit.h.in: Add U20A1 transliteration.
|
||||
|
||||
[BZ #12178]
|
||||
* locale/iso-639.def: Add wae entry.
|
||||
Patch by Kevin Bortis <bortis@translate-wae.ch>.
|
||||
|
1194
locale/C-translit.h
1194
locale/C-translit.h
File diff suppressed because it is too large
Load Diff
@ -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 */
|
||||
|
@ -1,5 +1,8 @@
|
||||
2011-05-09 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
* locales/translit_neutral: Add entry for U20A1.
|
||||
* locales/es_SV (currency_symbol): Change to U20A1.
|
||||
|
||||
[BZ #12158]
|
||||
* locales/lij_IT: New file.
|
||||
* SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
|
||||
|
@ -62,7 +62,7 @@ END LC_MESSAGES
|
||||
|
||||
LC_MONETARY
|
||||
int_curr_symbol "<U0053><U0056><U0043><U0020>"
|
||||
currency_symbol "<U00A2>"
|
||||
currency_symbol "<U20A1>"
|
||||
mon_decimal_point "<U002E>"
|
||||
mon_thousands_sep "<U002C>"
|
||||
mon_grouping 3;3
|
||||
|
@ -126,6 +126,8 @@ include "translit_wide";""
|
||||
<U2062> ""
|
||||
% INVISIBLE SEPARATOR
|
||||
<U2063> ""
|
||||
% COLON SIGN
|
||||
<U20A1> "<U0043><U003D>"
|
||||
% DONG SIGN
|
||||
<U20AB> "<U0110><U1ED3><U006E><U0067>"
|
||||
% EURO SIGN
|
||||
|
Loading…
Reference in New Issue
Block a user