From owner-svn-src-user@FreeBSD.ORG Fri Sep 4 22:49:38 2009 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFDF6106566C; Fri, 4 Sep 2009 22:49:38 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9F77E8FC18; Fri, 4 Sep 2009 22:49:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n84Mncfb023341; Fri, 4 Sep 2009 22:49:38 GMT (envelope-from edwin@svn.freebsd.org) Received: (from edwin@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n84Mncgq023338; Fri, 4 Sep 2009 22:49:38 GMT (envelope-from edwin@svn.freebsd.org) Message-Id: <200909042249.n84Mncgq023338@svn.freebsd.org> From: Edwin Groothuis Date: Fri, 4 Sep 2009 22:49:38 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r196845 - user/edwin/locale/share/numericdef X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2009 22:49:38 -0000 Author: edwin Date: Fri Sep 4 22:49:38 2009 New Revision: 196845 URL: http://svn.freebsd.org/changeset/base/196845 Log: - Give sr_Cyrl_YU the right name (sr_Cyrl_RS) - Update Makefile for the new format. Added: user/edwin/locale/share/numericdef/sr_Cyrl_RS.unicode - copied unchanged from r196817, user/edwin/locale/share/numericdef/sr_Cyrl_YU.unicode Deleted: user/edwin/locale/share/numericdef/sr_Cyrl_YU.unicode Modified: user/edwin/locale/share/numericdef/Makefile Modified: user/edwin/locale/share/numericdef/Makefile ============================================================================== --- user/edwin/locale/share/numericdef/Makefile Fri Sep 4 22:45:07 2009 (r196844) +++ user/edwin/locale/share/numericdef/Makefile Fri Sep 4 22:49:38 2009 (r196845) @@ -5,22 +5,18 @@ CCLN= af_ZA am_ET be_BY bg_BG de_DE el_GR en_US es_ES et_EE eu_ES fi_FI fr_BE \ fr_FR hi_IN hr_HR hu_HU hy_AM is_IS it_IT ja_JP \ kk_KZ ko_KR lt_LT mn_MN nl_NL no_NO pl_PL pt_BR \ - pt_PT ro_RO ru_RU sk_SK sl_SI sr_Cyrl_YU sr_Latn_RS \ + pt_PT ro_RO ru_RU sk_SK sl_SI sr_Cyrl_RS sr_Latn_RS \ sv_SE tr_TR uk_UA zh_CN # For these locales, beside creating the UTF-8 map also create these # charactermaps. -CMS_ca_ES= ca_AD ca_FR ca_IT -CMS_de_DE= de_AT -CMS_en_US= en_AU en_CA en_GB en_NZ -CMS_fr_BE= nl_BE -CMS_fr_FR= fr_CA fr_CH -CMS_hi_IN= ISCII-DEV -CMS_it_IT= it_CH -CMS_no_NO= nb_NO nn_NO +#MS_ca_ES= ISO8859-1 +#MS_de_DE= P123 # For these locales, link the following charactermaps to the UTF-8 map. # (unless the origin charactermap is defined) +#MSLINK_af_ZA= ISO8859-1 ISO8859-15 +#MSLINK_be_BY= CP1131 CP1251 ISO8859-5 CMSLINK_af_ZA= ISO8859-1 ISO8859-15 CMSLINK_be_BY= CP1131 CP1251 ISO8859-5 CMSLINK_bg_BG= CP1251 @@ -36,7 +32,7 @@ CMSLINK_et_EE= ISO8859-15 CMSLINK_eu_ES= ISO8859-1 ISO8859-15 CMSLINK_fi_FI= ISO8859-1 ISO8859-15 CMSLINK_fr_FR= ISO8859-1 ISO8859-15 -CMSLINK_fr_BE= ISO8859-1 ISO8859-15 +CMSLINK_hi_IN= ISCII-DEV CMSLINK_hr_HR= ISO8859-2 CMSLINK_hu_HU= ISO8859-2 CMSLINK_hy_AM= ARMSCII-8 @@ -52,9 +48,9 @@ CMSLINK_pl_PL= ISO8859-2 CMSLINK_pt_BR= ISO8859-1 CMSLINK_pt_PT= ISO8859-1 ISO8859-15 CMSLINK_ro_RO= ISO8859-2 -CMSLINK_ru_RU= CP1251 CP886 ISO8859-5 KOI8-R +CMSLINK_ru_RU= CP1251 CP866 ISO8859-5 KOI8-R CMSLINK_sk_SK= ISO8859-2 -CMSLINK_si_SI= ISO8859-2 +CMSLINK_sl_SI= ISO8859-2 CMSLINK_sr_Latn_RS= ISO8859-2 CMSLINK_sr_Cyrl_RS= ISO8859-5 CMSLINK_sv_SE= ISO8859-1 ISO8859-15 @@ -63,9 +59,16 @@ CMSLINK_uk_UA= CP1251 ISO8859-5 KOI8-U CMSLINK_zh_Hans_CN= GB18030 GB2312 GBK eucCN # For these locales, also create symlinks to the main locale. +#CLNLINK_af_ZA= en_GB +CCLNLINK_ca_ES= ca_AD ca_FR ca_IT +CCLNLINK_de_DE= de_AT CCLNLINK_en_GB.UTF-8= en_IE.UTF-8 +CCLNLINK_en_US= en_AU en_CA en_GB en_NZ CCLNLINK_en_US.UTF-8= he_IL.UTF-8 -CCLNLINK_zh_Hans_CN.UTF-8= zh_Hant_HK.Big5HKSCS zh_Hant_HK.UTF-8 zh_Hant_TW.Big5 zh_Hant_TW.UTF-8 +CCLNLINK_fr_FR= fr_CA fr_CH nl_BE +CCLNLINK_it_IT= it_CH +CCLNLINK_no_NO= nb_NO nn_NO +CCLNLINK_zh_HK.UTF-8= zh_Hant_HK.Big5HKSCS zh_Hant_HK.UTF-8 zh_Hant_TW.Big5 zh_Hant_TW.UTF-8 # For these locales, create symlinks to the main locale for historical reasons. LEGLINK_ja_JP= jp_JP Copied: user/edwin/locale/share/numericdef/sr_Cyrl_RS.unicode (from r196817, user/edwin/locale/share/numericdef/sr_Cyrl_YU.unicode) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ user/edwin/locale/share/numericdef/sr_Cyrl_RS.unicode Fri Sep 4 22:49:38 2009 (r196845, copy of r196817, user/edwin/locale/share/numericdef/sr_Cyrl_YU.unicode) @@ -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, separated by ; +3;3 +# EOF