Skip to content

Commit

Permalink
Fix incorrect encodings for ctdicconv.rb
Browse files Browse the repository at this point in the history
This fixes error of `make SKK-JISYO.china_taiwan` in skk/dic.
cf. #9
  • Loading branch information
tats committed May 13, 2016
1 parent 1de10cc commit 8606481
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions convert2skk/ctdicconv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
#
# Commentary:

Encoding.default_internal = "utf-8"
Encoding.default_external = "euc-jis-2004"
STDOUT.set_encoding("euc-jis-2004", "utf-8")
$ANNOTATION = true
##$ANNOTATION = false

Expand Down

0 comments on commit 8606481

Please sign in to comment.