[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-devel:17635] Re: UTF-8移行成功 (日本語: 本家Debian site)
鍋太郎です。
On Sat, 22 Aug 2009 23:58:23 +0900
Osamu Aoki <osamu@debian.org> wrote:
> On Sat, Aug 22, 2009 at 07:52:15PM +0900, Osamu Aoki wrote:
> > 皆さん、
> >
> > 本家の日本語のウエッブページを他の言語同様UTF-8にします。
>
> いまみたら、上手く言ったようですね。一安心。
>
> 何か皆様気づいたら、教えて下さい。
本家Webの日本語UTF-8化お疲れ様でした。
私も先日のメールより手元で変換をしていて、気がついたことがありますのでお知らせします。
english/template/debian/openrecode.wml にある openrecode で、
日本語の場合だけ kcc で変換していました。
このため、青木さんの手順では、http://www.debian.org/News/1997/ のように
get_recent_list を使っているところで文字化けしてしまいます。
先ほどそれに気づき、該当部分の削除を行ったところ、手元では問題なく生成できているようです。
ご確認ください。
Index: ../english/template/debian/openrecode.wml
===================================================================
RCS file: /cvsroot/webwml/webwml/english/template/debian/openrecode.wml,v
retrieving revision 1.1
diff -u -r1.1 openrecode.wml
--- ../english/template/debian/openrecode.wml 18 Jan 2004 20:06:27 -0000 1.1
+++ ../english/template/debian/openrecode.wml 22 Aug 2009 16:07:33 -0000
@@ -8,16 +8,7 @@
local *FILE;
my $path;
# Put here special cases
- if ($CUR_ISO_LANG eq 'ja')
- {
- while ($path = shift) {
- if (-e $path) {
- open(FILE,"/usr/bin/kcc -e $path |");
- return *FILE;
- }
- }
- return undef;
- }
+
# ... and by default return a filehandle on the first file found.
while ($path = shift) {
if (-e $path) {
--
+--------------------------------------------------------+
倉澤 望(鍋太郎)
KURASAWA Nozomu (nabetaro) <nabetaro @ caldron.jp>
GnuPG FingerPrint:
C4E5 7063 FD75 02EB E71D 559B ECF6 B9D2 8147 ADFB
+--------------------------------------------------------+