[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: webwml/english/security/2000/20001201.wml
At Wed, 6 Dec 2000 11:11:08 +0900,
Hiroshi KISE wrote:
>
> debian.org の webwml/english/security/2000/20001201.wml を
> 訳しました。webwml/japanese/security/2000/20001201.wml に入れて
> ください。
>
> ところで、cvsのjapanese以下にあるファイル、ISO-2022-JPと日本語EUCが
> 混在していますが、問題ないのですか?
結構ありますね。
% find . -type f -name '*.wml' -print | xargs kcc -c | egrep -v '(JIS|ASCII)'
./donations.wml: EUC
./News/1997/19971211.wml: EUC
./News/weekly/1999/index.wml: EUC
./News/weekly/2000/11/index.wml: EUC
./News/weekly/2000/4/index.wml: EUC
./News/weekly/2000/16/index.wml: EUC
./News/weekly/2000/17/index.wml: EUC
./News/weekly/2000/18/index.wml: EUC
./News/weekly/2000/19/index.wml: EUC
./News/2000/20000211.wml: EUC
./News/2000/20000315.wml: EUC
./News/2000/20000726.wml: EUC
./News/2000/20000815.wml: EUC
./SPI/template/languages.wml: EUC
./SPI/template/ctime.wml: EUC
./SPI/template/footer.wml: EUC
./SPI/template/template.wml: EUC
./SPI/corporate/minutes/index.wml: EUC
./SPI/corporate/index.wml: EUC
./SPI/corporate/resolutions/index.wml: EUC
./devel/HOWTO_translate.wml: EUC
./devel/debian-jr/index.wml: EUC
./devel/misc/index.wml: EUC
./devel/rsync_examples.wml: EUC
./distrib/cdinfo.wml: EUC
./events/1999/0927-linuxatwork.wml: EUC
./events/1999/1018-systems99.wml: EUC
./events/1999/1026-ispcon.wml: EUC
./events/1999/1026-linux-forum.wml: EUC
./misc/merchandise.wml: EUC
./ports/alpha/port-status.wml: EUC
./ports/laptops/index.wml: EUC
./ports/sparc/index.wml: EUC
./ports/hppa/index.wml: EUC
./releases/woody/index.wml: EUC
./security/2000/20000217.wml: EUC
./security/2000/20000227.wml: EUC
./security/2000/20000229.wml: EUC
./security/2000/20000612.wml: EUC
./security/2000/20000702.wml: EUC
./template/debian/consultant.wml: EUC
./template/debian/ctime.wml: EUC
./template/debian/event.wml: EUC
./template/debian/languages.wml: EUC
./template/debian/footer.wml: EUC
./template/debian/menubar.wml: EUC
./template/debian/navbar.wml: EUC
./template/debian/security.wml: EUC
for i in `find . -type f -name '*.wml' -print | xargs kcc -c | egrep -v '(JIS|ASCII)' | sed -e 's/^\(.*\):.*$/\1/g'`
do
kcc -j7 $i > tmp
mv tmp $i
done
かな? (未確認)
--
岡 充