aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/sample/tkoptdb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/sample/tkoptdb.rb')
-rw-r--r--ext/tk/sample/tkoptdb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/sample/tkoptdb.rb b/ext/tk/sample/tkoptdb.rb
index 75c21e7e47..0171e465b3 100644
--- a/ext/tk/sample/tkoptdb.rb
+++ b/ext/tk/sample/tkoptdb.rb
@@ -13,7 +13,7 @@ if __FILE__ == $0 || !TkCore::INTERP.safe?
# read Japanese resource
TkOptionDB.read_with_encoding(File.expand_path('resource.ja',
File.dirname(__FILE__)),
- 'euc-jp')
+ 'utf-8')
else
# read English resource
TkOptionDB.readfile(File.expand_path('resource.en',