aboutsummaryrefslogtreecommitdiffstats
path: root/doc-jp/README.SSL
diff options
context:
space:
mode:
authoryshl <yshl@takechiyo.net>2015-06-27 07:33:39 +0000
committeryshl <yshl@takechiyo.net>2015-06-27 07:33:39 +0000
commite8db7ca945c2a5f70aab11f13ca94a1e643b9ecb (patch)
treeb37d0e9037248a704af872188be65e612451a0bc /doc-jp/README.SSL
parentUpdate ChangeLog (diff)
downloadw3m-e8db7ca945c2a5f70aab11f13ca94a1e643b9ecb.tar.gz
w3m-e8db7ca945c2a5f70aab11f13ca94a1e643b9ecb.zip
modify certdata2pem.rb in doc-jp/README.SSL, assume the encoding of the certdata.txt to be UTF-8
Diffstat (limited to 'doc-jp/README.SSL')
-rw-r--r--doc-jp/README.SSL3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc-jp/README.SSL b/doc-jp/README.SSL
index 670ed5f..47d5fd6 100644
--- a/doc-jp/README.SSL
+++ b/doc-jp/README.SSL
@@ -85,6 +85,9 @@ SSL サポートについて
#
# certdata2pem.rb
+if RUBY_VERSION>="1.9"
+ Encoding.default_external="UTF-8"
+end
while line = $stdin.gets
next if line =~ /^#/
next if line =~ /^\s*$/