From 2a81eaa5a29932c7ab9d4f90007cfef6dd451247 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 9 May 2011 11:53:58 -0400 Subject: Transliterate U20B9. --- locale/C-translit.h.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'locale/C-translit.h.in') diff --git a/locale/C-translit.h.in b/locale/C-translit.h.in index ab0b130..4508b45 100644 --- a/locale/C-translit.h.in +++ b/locale/C-translit.h.in @@ -1,5 +1,5 @@ /* Transliteration for the C locale. -*-C-*- - Copyright (C) 2000, 2001, 2002, 2007 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2007, 2011 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2000. @@ -105,6 +105,7 @@ "\x2063" "" /* INVISIBLE SEPARATOR */ "\x20a8" "Rs" /* RUPEE SIGN */ "\x20ac" "EUR" /* EURO SIGN */ +"\x20b9" "INR" /* INDIAN RUPEE SIGN */ "\x2100" "a/c" /* ACCOUNT OF */ "\x2101" "a/s" /* ADDRESSED TO THE SUBJECT */ "\x2102" "C" /* DOUBLE-STRUCK CAPITAL C */ -- cgit v1.1