mirror of git://sourceware.org/git/glibc.git
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>
|
2011-05-09 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
|
* locale/C-translit.h.in: Add U20A1 transliteration.
|
||||||
|
|
||||||
[BZ #12178]
|
[BZ #12178]
|
||||||
* locale/iso-639.def: Add wae entry.
|
* locale/iso-639.def: Add wae entry.
|
||||||
Patch by Kevin Bortis <bortis@translate-wae.ch>.
|
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 */
|
"\x2061" "" /* <U2061> FUNCTION APPLICATION */
|
||||||
"\x2062" "" /* <U2062> INVISIBLE TIMES */
|
"\x2062" "" /* <U2062> INVISIBLE TIMES */
|
||||||
"\x2063" "" /* <U2063> INVISIBLE SEPARATOR */
|
"\x2063" "" /* <U2063> INVISIBLE SEPARATOR */
|
||||||
|
"\x20a1" "C=" /* <U20A1> COLON SIGN */
|
||||||
"\x20a8" "Rs" /* <U20A8> RUPEE SIGN */
|
"\x20a8" "Rs" /* <U20A8> RUPEE SIGN */
|
||||||
"\x20ac" "EUR" /* <U20AC> EURO SIGN */
|
"\x20ac" "EUR" /* <U20AC> EURO SIGN */
|
||||||
"\x20b9" "INR" /* <U20B9> INDIAN RUPEE SIGN */
|
"\x20b9" "INR" /* <U20B9> INDIAN RUPEE SIGN */
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
2011-05-09 Ulrich Drepper <drepper@gmail.com>
|
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]
|
[BZ #12158]
|
||||||
* locales/lij_IT: New file.
|
* locales/lij_IT: New file.
|
||||||
* SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
|
* SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
|
||||||
|
|
|
@ -62,7 +62,7 @@ END LC_MESSAGES
|
||||||
|
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
int_curr_symbol "<U0053><U0056><U0043><U0020>"
|
int_curr_symbol "<U0053><U0056><U0043><U0020>"
|
||||||
currency_symbol "<U00A2>"
|
currency_symbol "<U20A1>"
|
||||||
mon_decimal_point "<U002E>"
|
mon_decimal_point "<U002E>"
|
||||||
mon_thousands_sep "<U002C>"
|
mon_thousands_sep "<U002C>"
|
||||||
mon_grouping 3;3
|
mon_grouping 3;3
|
||||||
|
|
|
@ -126,6 +126,8 @@ include "translit_wide";""
|
||||||
<U2062> ""
|
<U2062> ""
|
||||||
% INVISIBLE SEPARATOR
|
% INVISIBLE SEPARATOR
|
||||||
<U2063> ""
|
<U2063> ""
|
||||||
|
% COLON SIGN
|
||||||
|
<U20A1> "<U0043><U003D>"
|
||||||
% DONG SIGN
|
% DONG SIGN
|
||||||
<U20AB> "<U0110><U1ED3><U006E><U0067>"
|
<U20AB> "<U0110><U1ED3><U006E><U0067>"
|
||||||
% EURO SIGN
|
% EURO SIGN
|
||||||
|
|
Loading…
Reference in New Issue