From cejkar@dcse.fee.vutbr.cz  Fri Feb  9 08:31:08 2001
Return-Path: <cejkar@dcse.fee.vutbr.cz>
Received: from boco.fee.vutbr.cz (boco.fee.vutbr.cz [147.229.9.11])
	by hub.freebsd.org (Postfix) with ESMTP id EB1C737B970
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  9 Feb 2001 08:04:47 -0800 (PST)
Received: from kazi.dcse.fee.vutbr.cz (kazi.dcse.fee.vutbr.cz [147.229.8.12])
	by boco.fee.vutbr.cz (8.11.2/8.11.2) with ESMTP id f19G4jl67165
	(using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK)
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 9 Feb 2001 17:04:46 +0100 (CET)
Received: (from cejkar@localhost)
	by kazi.dcse.fee.vutbr.cz (8.11.2/8.11.2) id f19G4jd42041;
	Fri, 9 Feb 2001 17:04:45 +0100 (CET)
Message-Id: <200102091604.f19G4jd42041@kazi.dcse.fee.vutbr.cz>
Date: Fri, 9 Feb 2001 17:04:45 +0100 (CET)
From: cejkar@dcse.fee.vutbr.cz
Reply-To: cejkar@dcse.fee.vutbr.cz
To: FreeBSD-gnats-submit@freebsd.org
Subject: LC_MESSAGES, LC_MONETARY, and LC_NUMERIC suppport for cs_CZ
X-Send-Pr-Version: 3.2

>Number:         24970
>Category:       misc
>Synopsis:       LC_MESSAGES, LC_MONETARY, and LC_NUMERIC suppport for cs_CZ
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 09 08:40:01 PST 2001
>Closed-Date:    Sat Feb 10 05:40:42 PST 2001
>Last-Modified:  Sat Feb 10 05:42:55 PST 2001
>Originator:     Rudolf Cejka
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Brno University of Technology, FEE&CS, Czech Republic
>Environment:

-current at now

>Description:

LC_MESSAGES, LC_MONETARY, and LC_NUMERIC suppport for cs_CZ

>How-To-Repeat:
>Fix:

There are three patches for msgdef, monetdef, and numericdef directories:

diff -urN msgdef.orig/Makefile msgdef/Makefile
--- msgdef.orig/Makefile	Fri Feb  9 11:54:44 2001
+++ msgdef/Makefile	Fri Feb  9 11:56:31 2001
@@ -3,7 +3,8 @@
 NOMAN=YES
 CLEANFILES+= ${LOCALES:S/$/.out/g}
 
-LOCALES=	en_US.ISO_8859-1 \
+LOCALES=	cs_CZ.ISO_8859-2 \
+		en_US.ISO_8859-1 \
 		nl_NL.ISO_8859-1 \
 		ru_RU.KOI8-R
 
diff -urN msgdef.orig/cs_CZ.ISO_8859-2.src msgdef/cs_CZ.ISO_8859-2.src
--- msgdef.orig/cs_CZ.ISO_8859-2.src	Thu Jan  1 01:00:00 1970
+++ msgdef/cs_CZ.ISO_8859-2.src	Fri Feb  9 16:29:00 2001
@@ -0,0 +1,10 @@
+# $FreeBSD$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# yesexpr
+^[aAyY].*
+# noexpr
+^[nN].*
+# EOF

diff -urN monetdef.orig/Makefile monetdef/Makefile
--- monetdef.orig/Makefile	Fri Feb  9 12:00:16 2001
+++ monetdef/Makefile	Fri Feb  9 12:00:23 2001
@@ -3,7 +3,8 @@
 NOMAN=YES
 CLEANFILES+= ${LOCALES:S/$/.out/g}
 
-LOCALES=	en_US.ISO_8859-1 \
+LOCALES=	cs_CZ.ISO_8859-2 \
+		en_US.ISO_8859-1 \
 		nl_NL.ISO_8859-1 \
 		ru_RU.KOI8-R
 
diff -urN monetdef.orig/cs_CZ.ISO_8859-2.src monetdef/cs_CZ.ISO_8859-2.src
--- monetdef.orig/cs_CZ.ISO_8859-2.src	Thu Jan  1 01:00:00 1970
+++ monetdef/cs_CZ.ISO_8859-2.src	Fri Feb  9 16:29:27 2001
@@ -0,0 +1,36 @@
+# $FreeBSD$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# int_curr_symbol
+CZK 
+# currency_symbol
+K
+# mon_decimal_point
+,
+# mon_thousands_sep
+ 
+# mon_grouping
+3;3
+# positive_sign
+
+# negative_sign
+-
+# int_frac_digits
+2
+# frac_digits
+2
+# p_cs_precedes
+1
+# p_sep_by_space
+2
+# n_cs_precedes
+1
+# n_sep_by_space
+2
+# p_sign_posn
+4
+# n_sign_posn
+4
+# EOF

diff -urN numericdef.orig/Makefile numericdef/Makefile
--- numericdef.orig/Makefile	Fri Feb  9 12:00:29 2001
+++ numericdef/Makefile	Fri Feb  9 12:00:39 2001
@@ -3,7 +3,8 @@
 NOMAN=YES
 CLEANFILES+= ${LOCALES:S/$/.out/g}
 
-LOCALES=	en_US.ISO_8859-1 \
+LOCALES=	cs_CZ.ISO_8859-2 \
+		en_US.ISO_8859-1 \
 		nl_NL.ISO_8859-1 \
 		ru_RU.KOI8-R
 
diff -urN numericdef.orig/cs_CZ.ISO_8859-2.src numericdef/cs_CZ.ISO_8859-2.src
--- numericdef.orig/cs_CZ.ISO_8859-2.src	Thu Jan  1 01:00:00 1970
+++ numericdef/cs_CZ.ISO_8859-2.src	Fri Feb  9 16:29:18 2001
@@ -0,0 +1,12 @@
+# $FreeBSD$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# decimal_point
+,
+# thousands_sep
+ 
+# grouping
+3;3
+# EOF

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: phantom 
State-Changed-When: Sat Feb 10 05:40:42 PST 2001 
State-Changed-Why:  
Commited! Thanks?! 

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