This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Add Phillipines peso symbol to translit_neutral


Fixes
usr/share/i18n/locales/tl_PH:87: LC_MONETARY: unknown character in field `currency_symbolâ

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 localedata/ChangeLog                | 4 ++++
 localedata/locales/translit_neutral | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 320bb8d..999e5b1 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,7 @@
+2016-04-23  Khem Raj  <raj.khem@gmail.com>
+
+	* locales/translit_neutral: Add entry for U20B1.
+
 2016-04-16  Mike Frysinger  <vapier@gentoo.org>
 
 	* locales/fil_PH (LC_TELEPHONE): Change copy to en_PH.
diff --git a/localedata/locales/translit_neutral b/localedata/locales/translit_neutral
index b15d01f..02c60c5 100644
--- a/localedata/locales/translit_neutral
+++ b/localedata/locales/translit_neutral
@@ -567,6 +567,8 @@ include "translit_wide";""
 <U20AC> "<U0045><U0055><U0052>"
 % DRACHMA SIGN
 <U20AF> "<U0047><U0052><U0044>"
+% PHILIPPINES PESO SIGN
+<U20B1> "<U0050><U0068><U0050>"
 % HRYVNIA SIGN
 <U20B4> "<U0433><U0440><U043D>";"<U0055><U0041><U0048>"
 % INDIAN RUPEE SIGN
-- 
2.8.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]