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 1/1] Fix LC_MONETARY for tpi_PG


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


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