From owner-svn-src-user@FreeBSD.ORG Thu Sep 3 22:24:00 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 944C31065672; Thu, 3 Sep 2009 22:24:00 +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 829E18FC0A; Thu, 3 Sep 2009 22:24:00 +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 n83MO0jw046339; Thu, 3 Sep 2009 22:24:00 GMT (envelope-from edwin@svn.freebsd.org) Received: (from edwin@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n83MO02D046307; Thu, 3 Sep 2009 22:24:00 GMT (envelope-from edwin@svn.freebsd.org) Message-Id: <200909032224.n83MO02D046307@svn.freebsd.org> From: Edwin Groothuis Date: Thu, 3 Sep 2009 22:24:00 +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: r196800 - user/edwin/locale/share/timedef 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: Thu, 03 Sep 2009 22:24:00 -0000 Author: edwin Date: Thu Sep 3 22:23:59 2009 New Revision: 196800 URL: http://svn.freebsd.org/changeset/base/196800 Log: In the time strings, only replace the %x with real ascii, the rest should be unicode encoded. Update the makefile (untested) Added: user/edwin/locale/share/timedef/hi_IN.unicode Deleted: user/edwin/locale/share/timedef/hi_IN.ISCII-DEV.src Modified: user/edwin/locale/share/timedef/Makefile user/edwin/locale/share/timedef/be_BY.unicode user/edwin/locale/share/timedef/bg_BG.unicode user/edwin/locale/share/timedef/cs_CZ.unicode user/edwin/locale/share/timedef/da_DK.unicode user/edwin/locale/share/timedef/de_AT.unicode user/edwin/locale/share/timedef/de_DE.unicode user/edwin/locale/share/timedef/et_EE.unicode user/edwin/locale/share/timedef/eu_ES.unicode user/edwin/locale/share/timedef/fi_FI.unicode user/edwin/locale/share/timedef/fr_FR.unicode user/edwin/locale/share/timedef/hr_HR.unicode user/edwin/locale/share/timedef/hy_AM.unicode user/edwin/locale/share/timedef/is_IS.unicode user/edwin/locale/share/timedef/it_IT.unicode user/edwin/locale/share/timedef/kk_KZ.unicode user/edwin/locale/share/timedef/la_LN.unicode user/edwin/locale/share/timedef/lt_LT.unicode user/edwin/locale/share/timedef/mn_MN.unicode user/edwin/locale/share/timedef/nb_NO.unicode user/edwin/locale/share/timedef/nn_NO.unicode user/edwin/locale/share/timedef/pl_PL.unicode user/edwin/locale/share/timedef/ro_RO.unicode user/edwin/locale/share/timedef/ru_RU.unicode user/edwin/locale/share/timedef/sk_SK.unicode user/edwin/locale/share/timedef/sl_SI.unicode user/edwin/locale/share/timedef/sr_Cyrl_YU.unicode user/edwin/locale/share/timedef/sr_Latn_YU.unicode user/edwin/locale/share/timedef/uk_UA.unicode Modified: user/edwin/locale/share/timedef/Makefile ============================================================================== --- user/edwin/locale/share/timedef/Makefile Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/Makefile Thu Sep 3 22:23:59 2009 (r196800) @@ -3,11 +3,12 @@ # All locales to be created. CCLN= am_ET be_BY bg_BG ca_ES cs_CZ da_DK de_AT de_DE \ el_GR en_GB en_US es_ES et_EE eu_ES fi_FI fr_FR \ - he_IL hi_IN.ISCII-DEV.src hr_HR hu_HU hy_AM is_IS \ + he_IL hr_HR hu_HU hy_AM is_IS \ it_IT ja_JP kk_KZ ko_KR la_LN lt_LT mn_MN nb_NO \ nl_NL nn_NO pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK \ sl_SI sr_Cyrl_YU sr_Latn_YU sv_SE tr_TR uk_UA \ zh_Hans_CN zh_Hant_TW +# hi_IN # For these locales, beside creating the UTF-8 map also create these # charactermaps. @@ -55,55 +56,41 @@ CMS_uk_UA= CP1251 ISO8859-5 KOI8-U CMS_zh_Hans_CN= GB18030 GB2312 eucCN CMS_zh_Hant_TW= Big5 -xx -/tmp/a - # For these locales, link the following charactermaps to the UTF-8 map. # (unless the origin charactermap is defined) CMSLINK_af_ZA= ISO8859-1 ISO8859-15 -CMSLINK_ca_ES= ISO8859-1 ISO8859-15 -CMSLINK_cs_CZ= ISO8859-2 -CMSLINK_da_DK= ISO8859-1 ISO8859-15 -CMSLINK_de_DE= ISO8859-1 ISO8859-15 -CMSLINK_en_CA= ISO8859-1 ISO8859-15 US-ASCII +CMSLINK_ca_ES.ISO8859-1= ca_ES.ISO8859-15 +CMSLINK_da_DK.ISO8859-1= ca_ES.ISO8859-15 +CMSLINK_de_AT.ISO8859-1= de_AT.ISO8859-15 +CMSLINK_de_DE.ISO8859-1= de_DE.ISO8859-15 CMSLINK_en_GB= ISO8859-1 ISO8859-15 US-ASCII CMSLINK_en_US= ISO8859-1 ISO8859-15 US-ASCII -CMSLINK_es_ES= ISO8859-1 ISO8859-15 -CMSLINK_et_EE= ISO8859-15 +CMSLINK_es_ES= ISO8859-1 CMSLINK_eu_ES= ISO8859-1 ISO8859-15 -CMSLINK_fi_FI= ISO8859-1 ISO8859-15 -CMSLINK_fr_BE= ISO8859-1 ISO8859-15 -CMSLINK_fr_CH= ISO8859-1 ISO8859-15 -CMSLINK_fr_FR= ISO8859-1 ISO8859-15 -CMSLINK_hr_HR= ISO8859-2 -CMSLINK_hu_HU= ISO8859-2 -CMSLINK_is_IS= ISO8859-1 ISO8859-15 -CMSLINK_it_IT= ISO8859-1 ISO8859-15 +CMSLINK_fi_FI.ISO8859-1= fi_FI.ISO8859-15 +CMSLINK_fr_FR.ISO8859-1= fr_FR.ISO8859-15 +CMSLINK_is_IS.ISO8859-1= is_IS.ISO8859-15 +CMSLINK_it_IT.ISO8859-1= it_IT.ISO8859-15 CMSLINK_ko_KR.eucKR= ko_KR.CP949 -CMSLINK_lt_LT= ISO8859-4 ISO8859-13 +CMSLINK_la_LN.ISO8859-1= la_LN.ISO8859-2 la_LN.ISO8859-4 la_LN.ISO8859-15 la_LN.US-ASCII +CMSLINK_nb_NO.ISO8859-1= nb_NO.ISO8859-15 CMSLINK_nl_NL= ISO8859-1 ISO8859-15 -CMSLINK_no_NO= ISO8859-1 ISO8859-15 -CMSLINK_pl_PL= ISO8859-2 -CMSLINK_pt_PT= ISO8859-1 ISO8859-15 -CMSLINK_ro_RO= ISO8859-2 -CMSLINK_sl_SI= ISO8859-2 -CMSLINK_sv_SE= ISO8859-1 ISO8859-15 -CMSLINK_tr_TR= ISO8859-9 -CMSLINK_zh_Hans_CN= GBK -CMSLINK_zh_Hant_TW= Big5HKSCS +CMSLINK_nn_NO.ISO8859-1= nn_NO.ISO8859-15 +CMSLINK_pt_PT.ISO8859-1= pt_PT.ISO8859-15 +CMSLINK_sv_SE.ISO8859-1= sv_SE.ISO8859-15 +CMSLINK_zh_Hans_CN.GB2312= CMSLINK_zh_Hans_CN.GBK # For these locales, also create symlinks to the main locale. -CCLNLINK_ca_ES= ca_AD ca_FR ca_IT -CCLNLINK_cs_CZ= sk_SK -CCLNLINK_de_DE= de_AT de_CH -CCLNLINK_en_GB= en_AU en_NZ -CCLNLINK_fr_FR= fr_CA -CCLNLINK_it_IT= it_CH -CCLNLINK_nl_NL= nl_BE -CCLNLINK_no_NO= nb_NO nn_NO -CCLNLINK_pt_PT= pt_BR +CCLNLINK_en_US.UTF-8= af_ZA.UTF-8 +CCLNLINK_ca_ES= ca_AD ca_IT ca_IT +CCLNLINK_de_DE= de_CH +CCLNLINK_en_GB= en_AU en_CA en_NZ +CCLNLINK_en_IE.UTF-8= en_GB.UTF-8 +CCLNLINK_fr_FR= fr_BE fr_CA fr_CH +CCLNLINK_it_IT= it_CH +CCLNLINK_nl_NL= nl_BE +CCLNLINK_nb_NO= no_NO CCLNLINK_zh_Hant_TW= zh_Hant_HK -CCLNLINK_en_GB.UTF-8= en_IE.UTF-8 # For these locales, create symlinks to the main locale for historical reasons. LEGLINK_ja_JP= jp_JP @@ -119,7 +106,7 @@ LEGLINK_zh_Hans_CN.GBK2312= zh_CN.GBK # # Required variables -LCTYPE= LC_MESSAGES +LCTYPE= LC_TIME LOCALEDIR= /usr/share/locale # For testing only Modified: user/edwin/locale/share/timedef/be_BY.unicode ============================================================================== --- user/edwin/locale/share/timedef/be_BY.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/be_BY.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -58,7 +58,7 @@ # # x_fmt # -%d%m%y +%d%m%y # # c_fmt # Modified: user/edwin/locale/share/timedef/bg_BG.unicode ============================================================================== --- user/edwin/locale/share/timedef/bg_BG.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/bg_BG.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -59,7 +59,7 @@ # # x_fmt # -%d%m%y +%d%m%y # # c_fmt # Modified: user/edwin/locale/share/timedef/cs_CZ.unicode ============================================================================== --- user/edwin/locale/share/timedef/cs_CZ.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/cs_CZ.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -78,7 +78,7 @@ # # date_fmt # -%a>%e%B%Y%X%Z +%a>%e%B%Y%X%Z # # Long month names (without case ending) # Modified: user/edwin/locale/share/timedef/da_DK.unicode ============================================================================== --- user/edwin/locale/share/timedef/da_DK.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/da_DK.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -59,7 +59,7 @@ # # x_fmt # -%d%m%Y +%d%m%Y # # c_fmt # Modified: user/edwin/locale/share/timedef/de_AT.unicode ============================================================================== --- user/edwin/locale/share/timedef/de_AT.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/de_AT.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -59,7 +59,7 @@ # # x_fmt # -%D%m%Y +%D%m%Y # # c_fmt # Modified: user/edwin/locale/share/timedef/de_DE.unicode ============================================================================== --- user/edwin/locale/share/timedef/de_DE.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/de_DE.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -63,7 +63,7 @@ # A quick poll on IRC and the -doc mailinglist (June 2009) showed that # this format was not used often enough to push this change through. # -%d%m%Y +%d%m%Y # # c_fmt # Modified: user/edwin/locale/share/timedef/et_EE.unicode ============================================================================== --- user/edwin/locale/share/timedef/et_EE.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/et_EE.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -59,11 +59,11 @@ # # d_fmt # -%d%m%Y +%d%m%Y # # c_fmt # -%a%d%b%Y%T +%a%d%b%Y%T # # am # @@ -75,7 +75,7 @@ # # d_t_fmt # -%A%d%B%Y%T%Z +%A%d%B%Y%T%Z # # Long month names (without case ending) # Modified: user/edwin/locale/share/timedef/eu_ES.unicode ============================================================================== --- user/edwin/locale/share/timedef/eu_ES.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/eu_ES.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -35,13 +35,13 @@ # # Short weekday names # - - - - - - - + + + + + + + # # Long weekday names # @@ -67,15 +67,15 @@ # # am # - + # # pm # - + # # date_fmt # -%Y%B%e%X%Z +%Y%B%e%X%Z # # Long month names (without case ending) # Modified: user/edwin/locale/share/timedef/fi_FI.unicode ============================================================================== --- user/edwin/locale/share/timedef/fi_FI.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/fi_FI.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -58,7 +58,7 @@ # # x_fmt # -%d%m%Y +%d%m%Y # # c_fmt # Modified: user/edwin/locale/share/timedef/fr_FR.unicode ============================================================================== --- user/edwin/locale/share/timedef/fr_FR.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/fr_FR.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -59,7 +59,7 @@ # # x_fmt # -%d%m%Y +%d%m%Y # # c_fmt # Added: user/edwin/locale/share/timedef/hi_IN.unicode ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ user/edwin/locale/share/timedef/hi_IN.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -0,0 +1,103 @@ +# $FreeBSD: user/edwin/locale/share/timedef/hi_IN.ISCII-DEV.src 174990 2007-12-30 03:08:52Z ache $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names -- same as long +# + + + + + + + + + + + + +# +# Long month names (as in a date) +# + + + + + + + + + + + + +# +# +# Short weekday names +# + + + + + + + +# +# Long weekday names +# + + + + + + + +# +# X_fmt +# +%H%M%S +# +# x_fmt +# +%d%m%Y +# +# c_fmt +# +%a%b%e%X%Y +# +# am +# + +# +# pm + +# +# +# date_fmt +# +%a%b%e%X%Z%Y +# +# Long month names (without case ending) +# + + + + + + + + + + + + +# +# md_order +# +dm +# +# ampm_fmt +# +%I%M%S%p +# EOF Modified: user/edwin/locale/share/timedef/hr_HR.unicode ============================================================================== --- user/edwin/locale/share/timedef/hr_HR.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/hr_HR.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -59,7 +59,7 @@ # # x_fmt # -%d%m%Y +%d%m%Y # # c_fmt # Modified: user/edwin/locale/share/timedef/hy_AM.unicode ============================================================================== --- user/edwin/locale/share/timedef/hy_AM.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/hy_AM.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -62,11 +62,11 @@ # # x_fmt # -%d%m%Y +%d%m%Y # # c_fmt # -%A%e%B%Y%X +%A%e%B%Y%X # # am # @@ -78,7 +78,7 @@ # # date_fmt # -%A%e%B%Y%X%Z +%A%e%B%Y%X%Z # # Long month names (without case ending) # Modified: user/edwin/locale/share/timedef/is_IS.unicode ============================================================================== --- user/edwin/locale/share/timedef/is_IS.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/is_IS.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -59,7 +59,7 @@ # # x_fmt # -%d%M%Y +%d%M%Y # # c_fmt # Modified: user/edwin/locale/share/timedef/it_IT.unicode ============================================================================== --- user/edwin/locale/share/timedef/it_IT.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/it_IT.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -59,7 +59,7 @@ # # x_fmt # -%d%m%Y +%d%m%Y # # c_fmt # Modified: user/edwin/locale/share/timedef/kk_KZ.unicode ============================================================================== --- user/edwin/locale/share/timedef/kk_KZ.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/kk_KZ.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -55,15 +55,15 @@ # # X_fmt # -%%% +%H%M%S # # x_fmt # -%%% +%d%m%Y # # c_fmt # -%%%%% +%A%e%B%Y%X # # am # @@ -75,7 +75,7 @@ # # date_fmt # -%%%%%% +%A%e%B%Y%X%Z # # Long month names (without case ending) # Modified: user/edwin/locale/share/timedef/la_LN.unicode ============================================================================== --- user/edwin/locale/share/timedef/la_LN.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/la_LN.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -61,7 +61,7 @@ # # x_fmt # -%d%m%Y +%d%m%Y # # c_fmt # Modified: user/edwin/locale/share/timedef/lt_LT.unicode ============================================================================== --- user/edwin/locale/share/timedef/lt_LT.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/lt_LT.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -58,7 +58,7 @@ # # x_fmt # -%Y%m%d +%Y%m%d # # c_fmt # %A, %Y m. %B %e d. %T @@ -74,7 +74,7 @@ # # date_fmt # -%A%Ym%B%ed%T%Z +%A%Ym%B%ed%T%Z # # Long month names (without case ending) # Modified: user/edwin/locale/share/timedef/mn_MN.unicode ============================================================================== --- user/edwin/locale/share/timedef/mn_MN.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/mn_MN.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -59,7 +59,7 @@ # # x_fmt # -%Y%M%D +%Y%M%D # # c_fmt # Modified: user/edwin/locale/share/timedef/nb_NO.unicode ============================================================================== --- user/edwin/locale/share/timedef/nb_NO.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/nb_NO.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -59,7 +59,7 @@ # # x_fmt # -%d%m%Y +%d%m%Y # # c_fmt # Modified: user/edwin/locale/share/timedef/nn_NO.unicode ============================================================================== --- user/edwin/locale/share/timedef/nn_NO.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/nn_NO.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -59,7 +59,7 @@ # # x_fmt # -%d%m%Y +%d%m%Y # # c_fmt # Modified: user/edwin/locale/share/timedef/pl_PL.unicode ============================================================================== --- user/edwin/locale/share/timedef/pl_PL.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/pl_PL.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -56,7 +56,7 @@ # # x_fmt # -%Y%m%d +%Y%m%d # # c_fmt # Modified: user/edwin/locale/share/timedef/ro_RO.unicode ============================================================================== --- user/edwin/locale/share/timedef/ro_RO.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/ro_RO.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -59,7 +59,7 @@ # # x_fmt # -%d%m%Y +%d%m%Y # # c_fmt # Modified: user/edwin/locale/share/timedef/ru_RU.unicode ============================================================================== --- user/edwin/locale/share/timedef/ru_RU.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/ru_RU.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -59,11 +59,11 @@ # # x_fmt # -%d%m%Y +%d%m%Y # # c_fmt # -%A%e%B%Y%X +%A%e%B%Y%X # # am # @@ -75,7 +75,7 @@ # # date_fmt # -%A%e%B%Y%X%Z +%A%e%B%Y%X%Z # # Long month names (without case ending) # Modified: user/edwin/locale/share/timedef/sk_SK.unicode ============================================================================== --- user/edwin/locale/share/timedef/sk_SK.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/sk_SK.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -62,7 +62,7 @@ # # x_fmt # -%d%m%Y +%d%m%Y # # c_fmt # @@ -78,7 +78,7 @@ # # date_fmt # -%a%e%B%Y%X%Z +%a%e%B%Y%X%Z # # Long month names (without case ending) # Modified: user/edwin/locale/share/timedef/sl_SI.unicode ============================================================================== --- user/edwin/locale/share/timedef/sl_SI.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/sl_SI.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -59,7 +59,7 @@ # # x_fmt # -%d%m%Y +%d%m%Y # # c_fmt # Modified: user/edwin/locale/share/timedef/sr_Cyrl_YU.unicode ============================================================================== --- user/edwin/locale/share/timedef/sr_Cyrl_YU.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/sr_Cyrl_YU.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -59,7 +59,7 @@ # # x_fmt # -%d%m%Y +%d%m%Y # # c_fmt # Modified: user/edwin/locale/share/timedef/sr_Latn_YU.unicode ============================================================================== --- user/edwin/locale/share/timedef/sr_Latn_YU.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/sr_Latn_YU.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -63,7 +63,7 @@ # # x_fmt # -%d%m%Y +%d%m%Y # # c_fmt # Modified: user/edwin/locale/share/timedef/uk_UA.unicode ============================================================================== --- user/edwin/locale/share/timedef/uk_UA.unicode Thu Sep 3 22:19:09 2009 (r196799) +++ user/edwin/locale/share/timedef/uk_UA.unicode Thu Sep 3 22:23:59 2009 (r196800) @@ -59,7 +59,7 @@ # # x_fmt # -%d%m%Y +%d%m%Y # # c_fmt #