OSDN Git Service

change the encoding of Configure.help pages to UTF-8
authorMasanori Kobayasi <yasikoba@users.sourceforge.jp>
Sun, 16 Jan 2011 17:06:25 +0000 (02:06 +0900)
committerMasanori Kobayasi <yasikoba@users.sourceforge.jp>
Sun, 16 Jan 2011 17:06:25 +0000 (02:06 +0900)
docs/Configure.help-2.4/Configure-Status.m4
docs/Configure.help-2.4/Makefile
docs/Configure.help-2.4/jf_www.m4

index c02b38b..98e715e 100644 (file)
@@ -6,7 +6,7 @@ m4_define(`_HEADER', `
   "http://www.w3.org/TR/REC-html40/loose.dtd">
 <HTML LANG="ja" DIR="LTR">
 <HEAD>
- <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-2022-JP">
+ <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
  <TITLE>$1 (Japanese)</TITLE>
  <META NAME="author" LANG="en" CONTENT="JF Project Members">
  <META NAME="copyright" CONTENT="(C) 1998-2011 JF Project.">
index 9b1f306..0385f57 100644 (file)
@@ -127,34 +127,34 @@ reserve: $(MKRESERVE) $(DATABASES)
 
 $(STAT-HTML): $(MKSTATUS) $(DATABASES) $(RESERVE_FILE) $(STAT-M4) $(TRANSLATED_NEW)
        ./$(MKSTATUS) -h $(CONFIGURE_OLD) $(CONFIGURE_NEW) > $(TMP_INC_M4)
-       m4 -P $(STAT-M4) | nkf -j > $@
+       m4 -P $(STAT-M4) | nkf -w > $@
        rm -f $(TMP_INC_M4)
 
 $(STAT-HTML-ALL): $(MKSTATUS) $(DATABASES) $(RESERVE_FILE) $(STAT-M4) $(TRANSLATED_NEW)
        ./$(MKSTATUS) -h -a $(CONFIGURE_OLD) $(CONFIGURE_NEW) > $(TMP_INC_M4)
-       m4 -P $(STAT-M4) | nkf -j > $@
+       m4 -P $(STAT-M4) | nkf -w > $@
        rm -f $(TMP_INC_M4)
 
 $(STAT-HTML-TEXT): $(MKSTATUS) $(DATABASES) $(RESERVE_FILE) $(STAT-M4) $(TRANSLATED_NEW)
        @echo '<PRE>' > $(TMP_INC_M4)
        ./$(MKSTATUS) $(CONFIGURE_OLD) $(CONFIGURE_NEW) >> $(TMP_INC_M4)
        @echo '</PRE>' >> $(TMP_INC_M4)
-       m4 -P $(STAT-M4) | nkf -j > $@
+       m4 -P $(STAT-M4) | nkf -w > $@
        rm -f $(TMP_INC_M4)
 
 $(STAT-HTML-TEXT-ALL): $(MKSTATUS) $(DATABASES) $(RESERVE_FILE) $(STAT-M4) $(TRANSLATED_NEW)
        @echo '<PRE>' > $(TMP_INC_M4)
        ./$(MKSTATUS) -a $(CONFIGURE_OLD) $(CONFIGURE_NEW) >> $(TMP_INC_M4)
        @echo '</PRE>' >> $(TMP_INC_M4)
-       m4 -P $(STAT-M4) | nkf -j > $@
+       m4 -P $(STAT-M4) | nkf -w > $@
        rm -f $(TMP_INC_M4)
 
 index.html: index.m4 $(INDEX_LISTING) $(TRANSLATED_NEW) $(STATUS_2_4_X) $(STATUS_2_2_X) $(STATUS_2_0_X)
-       m4 -P index.m4 | nkf -j > $@
+       m4 -P index.m4 | nkf -w > $@
        ./$(CLEANUP) $(CONFIGURE_NEW)
 
 $(GUIDANCE-HTML): $(GUIDANCE)
-       m4 -P $< | nkf -j > $@
+       m4 -P $< | nkf -w > $@
 
 install: all release install-www install-ftp
 
index 44b9246..f58c130 100644 (file)
@@ -130,7 +130,7 @@ m4_define(`_HEADER', `
   "http://www.w3.org/TR/html4/loose.dtd">
 <HTML LANG="ja" DIR="LTR">
 <HEAD>
- <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-2022-JP">
+ <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
  <title>JF: $1</title>
  <META NAME="author" LANG="en" CONTENT="JF Project Members">
  <META NAME="copyright" CONTENT="(C) 1998-2011 JF Project.">