From owner-freebsd-bugs Fri Feb 9 9:15: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 70C6B37B747 for ; Fri, 9 Feb 2001 08:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f19Ge2L77967; Fri, 9 Feb 2001 08:40:02 -0800 (PST) (envelope-from gnats) Received: from boco.fee.vutbr.cz (boco.fee.vutbr.cz [147.229.9.11]) by hub.freebsd.org (Postfix) with ESMTP id EB1C737B970 for ; 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 ; 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 X-Send-Pr-Version: 3.2 Subject: misc/24970: LC_MESSAGES, LC_MONETARY, and LC_NUMERIC suppport for cs_CZ Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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