OSDN Git Service

Convert output of list_*.perl from UTF-8 to EUC-JP.
authorAkihiro MOTOKI <amotoki@dd.iij4u.or.jp>
Tue, 16 Nov 2010 21:24:04 +0000 (06:24 +0900)
committerAkihiro MOTOKI <amotoki@dd.iij4u.or.jp>
Tue, 16 Nov 2010 21:24:04 +0000 (06:24 +0900)
Since the character set of *.m4 in www/INDEX/ is EUC-JP,
output from commands called from m4_esyscmd also need to be
converted to EUC-JP.

www/INDEX/gnu.m4
www/INDEX/ldp.m4
www/INDEX/linux.m4
www/INDEX/misc.m4
www/INDEX/pod.m4
www/INDEX/progress.m4

index 46c5273..23ce8ef 100644 (file)
@@ -39,7 +39,7 @@ _HEADER(`JM 
  gnumaniak ¤Î¤â¤Î¤òÍ¥À褷¤ÆËÝÌõ¤·¤Æ¤¤¤¯Êý¿Ë¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£
 </BLOCKQUOTE>
 
-m4_esyscmd(../bin/list.perl ../../manual _WWWROOT gnu.list)
+m4_esyscmd(../bin/list.perl ../../manual _WWWROOT gnu.list | nkf -e)
 
 _CREDITS
 
index b966237..c03adf6 100644 (file)
@@ -25,7 +25,7 @@ _HEADER(`JM 
  ¤ò¤´Í÷¤¯¤À¤µ¤¤¡£
 </P>
 
-m4_esyscmd(../bin/list_ldp.perl ../../manual _WWWROOT)
+m4_esyscmd(../bin/list_ldp.perl ../../manual _WWWROOT | nkf -e)
 
 _CREDITS
 
index 6f553e0..126891b 100644 (file)
@@ -26,7 +26,7 @@ _HEADER(`JM 
  ¤ò¤´Í÷¤¯¤À¤µ¤¤¡£
 </P>
 
-m4_esyscmd(../bin/list.perl ../../manual _WWWROOT linux.list)
+m4_esyscmd(../bin/list.perl ../../manual _WWWROOT linux.list | nkf -e)
 
 _CREDITS
 
index bc5d602..5cbb554 100644 (file)
@@ -26,7 +26,7 @@ _HEADER(`JM 
  ¤ò¤´Í÷¤¯¤À¤µ¤¤¡£
 </P>
 
-m4_esyscmd(../bin/list.perl ../../manual _WWWROOT misc.list)
+m4_esyscmd(../bin/list.perl ../../manual _WWWROOT misc.list | nkf -e)
 
 _CREDITS
 
index 1463d0f..898c05a 100644 (file)
@@ -26,7 +26,7 @@ _HEADER(`JM 
  ¤ò¤´Í÷¤¯¤À¤µ¤¤¡£
 </P>
 
-m4_esyscmd(../bin/list_pod.perl ../../pod _WWWROOT pod.list)
+m4_esyscmd(../bin/list_pod.perl ../../pod _WWWROOT pod.list | nkf -e)
 
 _CREDITS
 
index f8df8e0..a309e69 100644 (file)
@@ -62,7 +62,7 @@ _HEADER(`JM 
 </UL>
 -->
 
-m4_esyscmd(../bin/list_progress.perl ../..)
+m4_esyscmd(../bin/list_progress.perl ../.. | nkf -e)
 
 _CREDITS