summaryrefslogtreecommitdiff
path: root/ext/nkf/nkf.c
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-27 07:43:31 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-27 07:43:31 +0000
commit4a9d407e35d9ccfe31d1fa1913fb71fe22c5f0b7 (patch)
treec6ff006acff1d08d96f3b2d7ce67eab58bafe86a /ext/nkf/nkf.c
parent086e5b1a63d77bf5a4ebe10396a430d544fbe505 (diff)
* ruby-trunk.
* lib/irb/ruby-lex.rb (RubyLex#buf_input): use chars.to_a. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/nkf/nkf.c')
-rw-r--r--ext/nkf/nkf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/nkf/nkf.c b/ext/nkf/nkf.c
index 3db6003bbf..f2647f3d9d 100644
--- a/ext/nkf/nkf.c
+++ b/ext/nkf/nkf.c
@@ -145,6 +145,7 @@ rb_nkf_convert(VALUE obj, VALUE opt, VALUE src)
reinit();
StringValue(opt);
nkf_split_options(RSTRING_PTR(opt));
+ if (!output_encoding) rb_raise(rb_eArgError, "no output encoding given");
incsize = INCSIZE;