Skip to content

Commit

Permalink
Merge pull request #267 from ydah/change-encode
Browse files Browse the repository at this point in the history
Change encode EUC-JP to UTF-8
  • Loading branch information
hsbt committed Apr 30, 2024
2 parents 0c0f585 + 017a46e commit b4ec52c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sample/calc-ja.y
@@ -1,7 +1,7 @@
#
#
# A simple calculator, version 2.
# This file contains Japanese characters (encoding=EUC-JP).
# This file contains Japanese characters.

class Calculator2
prechigh
Expand Down Expand Up @@ -51,8 +51,8 @@ end
---- footer
puts '超豪華電卓 2 号機'
puts 'Q で終了します'
puts '超豪華電卓 2 号機'
puts 'Q で終了します'
calc = Calculator2.new
while true
print '>>> '; $stdout.flush
Expand Down

0 comments on commit b4ec52c

Please sign in to comment.