On Sat, Feb 17, 2001 at 08:59:48AM +0300, Andrey A. Chernov wrote: > > That's right. Quick (and dirty?) patch based on ru_RU.KOI8-R that adds > > missing files is attached. > > It have not enough quality to be commited. It wasn't intended to be. In case you haven't noticed that one was for /usr/share/locale/uk_UA.KOI8-U/ - simply a quick fix for Mikhail Teterin to help him get rid of perl warnings. > Please make nicer version (with > comments) based on -current share/{msg,numeric,monet}def Gladly. Attached are 3 diffs against just cvsupped -current tree for /usr/src/share/{msg,numeric,monet}def/. > -- > Andrey A. Chernov > http://ache.pp.ru/ -- lx
diff -N -r -u3 monetdef/Makefile monetdef.new/Makefile --- monetdef/Makefile Sat Feb 17 02:04:58 2001 +++ monetdef.new/Makefile Sat Feb 17 02:07:38 2001 @@ -22,6 +22,7 @@ pl_PL.ISO_8859-2 \ ru_RU.KOI8-R \ sv_SE.ISO_8859-1 \ + uk_UA.KOI8-U \ ko_KR.EUC \ ja_JP.EUC diff -N -r -u3 monetdef/uk_UA.KOI8-U.src monetdef.new/uk_UA.KOI8-U.src --- monetdef/uk_UA.KOI8-U.src Wed Dec 31 19:00:00 1969 +++ monetdef.new/uk_UA.KOI8-U.src Sat Feb 17 02:50:37 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 +UAH +# currency_symbol +ÇÒÎ +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF
diff -N -r -u3 msgdef/Makefile msgdef.new/Makefile --- msgdef/Makefile Sat Feb 17 02:04:58 2001 +++ msgdef.new/Makefile Sat Feb 17 02:09:36 2001 @@ -17,6 +17,7 @@ pl_PL.ISO_8859-2 \ ru_RU.KOI8-R \ sv_SE.ISO_8859-1 \ + uk_UA.KOI8-U \ ko_KR.EUC \ ja_JP.EUC diff -N -r -u3 msgdef/uk_UA.KOI8-U.src msgdef.new/uk_UA.KOI8-U.src --- msgdef/uk_UA.KOI8-U.src Wed Dec 31 19:00:00 1969 +++ msgdef.new/uk_UA.KOI8-U.src Sat Feb 17 02:10:42 2001 @@ -0,0 +1,14 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[ÔôyY].* +# noexpr +^[ÎînN].* +# yesstr +ÔÁË +# nostr +Φ +# EOF
diff -N -r -u3 numericdef/Makefile numericdef.new/Makefile --- numericdef/Makefile Sat Feb 17 02:04:58 2001 +++ numericdef.new/Makefile Sat Feb 17 02:08:36 2001 @@ -17,6 +17,7 @@ pl_PL.ISO_8859-2 \ ru_RU.KOI8-R \ sv_SE.ISO_8859-1 \ + uk_UA.KOI8-U \ ko_KR.EUC \ ja_JP.EUC diff -N -r -u3 numericdef/uk_UA.KOI8-U.src numericdef.new/uk_UA.KOI8-U.src --- numericdef/uk_UA.KOI8-U.src Wed Dec 31 19:00:00 1969 +++ numericdef.new/uk_UA.KOI8-U.src Sat Feb 17 02:09:00 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, separated by ; +3;3 +# EOF