From: Aurelien Jarno <[email protected]> Date: Sun, 13 Jun 2010 15:21:00 -0500
during the last upgrade, I got: es_CR.ISO-8859-1.../usr/share/i18n/locales/es_CR:56: LC_MONETARY: unknown character in field `currency_symbol' (all the other locales seemed fine) 2010-06-13 Aurelien Jarno <[email protected]> * locale/C-translit.h.in: Add entry for U20A1. * locales/translit_neutral: Add entry for U20A1. Fixes: http://bugs.debian.org/585727 Reported-by: Marc Glisse <[email protected]> Signed-off-by: Jonathan Nieder <[email protected]> --- locale/C-translit.h.in | 1 + localedata/locales/translit_neutral | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/locale/C-translit.h.in b/locale/C-translit.h.in index ab0b130..5286802 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" "CRC" /* <U20A1> COLON SIGN */ "\x20a8" "Rs" /* <U20A8> RUPEE SIGN */ "\x20ac" "EUR" /* <U20AC> EURO SIGN */ "\x2100" "a/c" /* <U2100> ACCOUNT OF */ diff --git a/localedata/locales/translit_neutral b/localedata/locales/translit_neutral index 5883d28..5712361 100644 --- a/localedata/locales/translit_neutral +++ b/localedata/locales/translit_neutral @@ -128,6 +128,8 @@ include "translit_wide";"" <U2063> "" % DONG SIGN <U20AB> "<U0110><U1ED3><U006E><U0067>" +% COLON SIGN +<U20A1> "<U0043><U0052><U0043>" % EURO SIGN <U20AC> "<U0045><U0055><U0052>" % TRADE MARK SIGN -- 1.7.5.1 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/20110514104301.GF6364@elie

