diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-04-18 06:19:52 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-04-18 06:19:52 +0000 |
commit | b38c0b7974854003a949a26f87bd7ff0e17113ef () | |
tree | e6f8aef83b00a06d0fe1d21c5591dccf550a29e6 /ext/json/parser/extconf.rb | |
parent | eac21c897a7693ac5e440e87455b9744f4208d64 (diff) |
parser.rl: rb_enc_raise
* ext/json/parser/parser.rl: raise with messages in UTF-8 encoding. [ruby-core:67386] [Bug #10705] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ext/json/parser/extconf.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ require 'mkmf' create_makefile 'json/ext/parser' |