This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH 1/1] Fix LC_MONETARY for tpi_PG
- From: Akhilesh Kumar <akhilesh dot k at samsung dot com>
- To: libc-alpha at sourceware dot org
- Cc: Akhilesh Kumar <akhilesh dot k at samsung dot com>
- Date: Mon, 14 Aug 2017 18:09:31 +0530
- Subject: [PATCH 1/1] Fix LC_MONETARY for tpi_PG
- Authentication-results: sourceware.org; auth=none
- Cms-type: 105P
- Dlp-filter: Pass
- References: <CGME20170814124415epcas5p1c636c3592ba0a749a0dfb828cab545f3@epcas5p1.samsung.com>
Reference
https://en.wikipedia.org/wiki/Papua_New_Guinean_kina
[SZ #21961]
locales/tpi_PG(LC_MONETARY) : Fix p_cs_precedes,n_cs_precedes
p_sign_posn and n_sign_posn
---
localedata/locales/tpi_PG | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/localedata/locales/tpi_PG b/localedata/locales/tpi_PG
index 4f604dd..524c6e7 100644
--- a/localedata/locales/tpi_PG
+++ b/localedata/locales/tpi_PG
@@ -15,8 +15,8 @@ tel ""
fax ""
language "Tok Pisin"
territory "Papua New Guinea"
-revision "0.1"
-date "2017-03-21"
+revision "0.2"
+date "2017-08-14"
category "i18n:2012";LC_IDENTIFICATION
category "i18n:2012";LC_CTYPE
@@ -144,15 +144,15 @@ mon_grouping 3
positive_sign ""
negative_sign "<U002D>"
int_frac_digits 2
-frac_digits 2
-p_cs_precedes 1
+frac_digits 2
+p_cs_precedes 0
int_p_sep_by_space 1
p_sep_by_space 1
-n_cs_precedes 1
+n_cs_precedes 0
int_n_sep_by_space 1
n_sep_by_space 1
-p_sign_posn 1
-n_sign_posn 1
+p_sign_posn 0
+n_sign_posn 0
END LC_MONETARY
LC_PAPER
--
1.7.1