Date: Fri, 9 Feb 2001 17:04:45 +0100 (CET) From: cejkar@dcse.fee.vutbr.cz To: FreeBSD-gnats-submit@freebsd.org Subject: misc/24970: LC_MESSAGES, LC_MONETARY, and LC_NUMERIC suppport for cs_CZ Message-ID: <200102091604.f19G4jd42041@kazi.dcse.fee.vutbr.cz>
next in thread | raw e-mail | index | archive | help
>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: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Feb 09 08:40:01 PST 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102091604.f19G4jd42041>
