rb_str_conv_enc 2057 dir.c name = rb_str_conv_enc(name, NULL, eenc ? eenc : enc); rb_str_conv_enc 93 ext/readline/readline.c (str) = rb_str_conv_enc((str), rb_enc_get(str), rb_locale_encoding());\ rb_str_conv_enc 779 ext/stringio/stringio.c c = rb_str_conv_enc(c, enc2, enc); rb_str_conv_enc 1205 ext/stringio/stringio.c str = rb_str_conv_enc(str, enc2, enc); rb_str_conv_enc 3594 ext/zlib/zlib.c str = rb_str_conv_enc(str, rb_enc_get(str), gz->enc2); rb_str_conv_enc 3968 ext/zlib/zlib.c s = rb_str_conv_enc(s, rb_enc_get(s), gz->enc2); rb_str_conv_enc 146 file.c name = rb_str_conv_enc(name, fname_encoding, fs_encoding); rb_str_conv_enc 231 file.c path = rb_str_conv_enc(path, enc, utf8); rb_str_conv_enc 3239 file.c dirname = rb_str_conv_enc(dirname, fsenc, direnc); rb_str_conv_enc 3791 file.c if (enc != linkenc) link = rb_str_conv_enc(link, linkenc, enc); rb_str_conv_enc 2967 hash.c *pstr = str = rb_str_conv_enc(str, NULL, rb_utf8_encoding()); rb_str_conv_enc 145 include/ruby/encoding.h VALUE rb_str_conv_enc(VALUE str, rb_encoding *from, rb_encoding *to); rb_str_conv_enc 1571 ruby.c VALUE newpath = rb_str_conv_enc(path, uenc, lenc); rb_str_conv_enc 990 string.c return rb_str_conv_enc(str, eenc, rb_default_internal_encoding()); rb_str_conv_enc 1032 string.c return rb_str_conv_enc(str, STR_ENC_GET(str), rb_default_external_encoding()); rb_str_conv_enc 1038 string.c return rb_str_conv_enc(str, STR_ENC_GET(str), rb_locale_encoding()); rb_str_conv_enc 1044 string.c return rb_str_conv_enc(str, STR_ENC_GET(str), enc); rb_str_conv_enc 210 win32/file.c #define fix_string_encoding(str, encoding) rb_str_conv_enc((str), (encoding), rb_utf8_encoding())