From rgl@firebird.clustercube.com  Sun Jun 11 14:17:25 2006
Return-Path: <rgl@firebird.clustercube.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BAFD316A418
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 11 Jun 2006 14:17:25 +0000 (UTC)
	(envelope-from rgl@firebird.clustercube.com)
Received: from firebird.clustercube.com (firebird.clustercube.com [72.21.32.50])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8A0DA43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 11 Jun 2006 14:17:25 +0000 (GMT)
	(envelope-from rgl@firebird.clustercube.com)
Received: by firebird.clustercube.com (Postfix, from userid 1010)
	id 4F327450DA; Sun, 11 Jun 2006 15:17:25 +0100 (WEST)
Message-Id: <20060611141725.4F327450DA@firebird.clustercube.com>
Date: Sun, 11 Jun 2006 15:17:25 +0100 (WEST)
From: Rui Lopes <rgl@ruilopes.com>
Reply-To: Rui Lopes <rgl@ruilopes.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] fix monetary decimal point on pt_PT.ISO8859-1 locale
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         98813
>Category:       misc
>Synopsis:       [PATCH] fix monetary decimal point on pt_PT.ISO8859-1 locale
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    simon
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 11 14:20:13 GMT 2006
>Closed-Date:    Sun Jun 18 15:38:22 GMT 2006
>Last-Modified:  Sun Jun 18 15:38:22 GMT 2006
>Originator:     Rui Lopes
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
	
>Description:
The monetary decimal point (mon_decimal_point) defined at the
/usr/src/share/monetdef/pt_PT.ISO8859-1.src locale should be
a comma (,) and not a dot (.).
	
>How-To-Repeat:
	
>Fix:

	

--- pt_PT.ISO8859-1.src.patch begins here ---
--- pt_PT.ISO8859-1.src.orig	Sun Jun 11 11:59:49 2006
+++ pt_PT.ISO8859-1.src	Sun Jun 11 11:59:59 2006
@@ -7,8 +7,8 @@
 EUR 
 # currency_symbol
 Eu
-# mon_decimal_point (possibly incorrect for pt_PT)
-.
+# mon_decimal_point
+,
 # mon_thousands_sep
 .
 # mon_grouping, separated by ;
--- pt_PT.ISO8859-1.src.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: simon 
State-Changed-When: Sun Jun 11 14:45:47 UTC 2006 
State-Changed-Why:  
Committed to -CURRENT, thanks for the submission.  I will MFC in a week 
or so. 


Responsible-Changed-From-To: freebsd-bugs->simon 
Responsible-Changed-By: simon 
Responsible-Changed-When: Sun Jun 11 14:45:47 UTC 2006 
Responsible-Changed-Why:  
Committed to -CURRENT, thanks for the submission.  I will MFC in a week 
or so. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98813 
State-Changed-From-To: patched->closed 
State-Changed-By: simon 
State-Changed-When: Sun Jun 18 15:38:06 UTC 2006 
State-Changed-Why:  
MFC'ed to 6-STABLE. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98813 
>Unformatted:
