Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2006 15:17:25 +0100 (WEST)
From:      Rui Lopes <rgl@ruilopes.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   misc/98813: [PATCH] fix monetary decimal point on pt_PT.ISO8859-1 locale
Message-ID:  <20060611141725.4F327450DA@firebird.clustercube.com>
Resent-Message-ID: <200606111420.k5BEKDXB015307@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         98813
>Category:       misc
>Synopsis:       [PATCH] fix monetary decimal point on pt_PT.ISO8859-1 locale
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 11 14:20:13 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060611141725.4F327450DA>