[ttssh2-commit] [9740] ヘルプのインデックスが文字化けしていたので修正

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2022年 2月 12日 (土) 22:34:17 JST


Revision: 9740
          https://osdn.net/projects/ttssh2/scm/svn/commits/9740
Author:   zmatsuo
Date:     2022-02-12 22:34:17 +0900 (Sat, 12 Feb 2022)
Log Message:
-----------
ヘルプのインデックスが文字化けしていたので修正

- makechm.bat から chm を生成したとき
- Index.hhk が UTF-8 で作成されていた
- htmlhelp_index_make.pl を修正
- r9664 での修正ミス

Revision Links:
--------------
    https://osdn.net/projects/ttssh2/scm/svn/commits/9664

Modified Paths:
--------------
    trunk/doc/htmlhelp_index_make.pl

-------------- next part --------------
Modified: trunk/doc/htmlhelp_index_make.pl
===================================================================
--- trunk/doc/htmlhelp_index_make.pl	2022-02-10 15:23:22 UTC (rev 9739)
+++ trunk/doc/htmlhelp_index_make.pl	2022-02-12 13:34:17 UTC (rev 9740)
@@ -22,7 +22,7 @@
 
 my $OUT;
 if ($out eq "-") {
-	binmode STDIN, ":crlf:encoding(shiftjis)";
+	binmode STDOUT, ":crlf:encoding(shiftjis)";
 	$OUT = *STDOUT;
 } else {
 	open ($OUT, '>:crlf:encoding(shiftjis)', $out);


ttssh2-commit メーリングリストの案内
Back to archive index