mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
69406aad50
validation. * include/ruby/encoding.h (rb_enc_precise_mbclen): declared. (MBCLEN_CHARFOUND): new macro. (MBCLEN_INVALID): new macro. (MBCLEN_NEEDMORE): new macro. * include/ruby/oniguruma.h (OnigEncodingTypeST): replace mbc_enc_len by precise_mbc_enc_len. (ONIGENC_PRECISE_MBC_ENC_LEN): new macro. (ONIGENC_CONSTRUCT_MBCLEN_CHARFOUND): new macro. (ONIGENC_CONSTRUCT_MBCLEN_INVALID): new macro. (ONIGENC_CONSTRUCT_MBCLEN_NEEDMORE): new macro. (ONIGENC_MBCLEN_CHARFOUND): new macro. (ONIGENC_MBCLEN_INVALID): new macro. (ONIGENC_MBCLEN_NEEDMORE): new macro. (ONIGENC_MBC_ENC_LEN): use ONIGENC_PRECISE_MBC_ENC_LEN. * enc/euc_jp.c: validation implemented. * enc/sjis.c: ditto. * enc/utf8.c: ditto. * string.c (rb_str_inspect): use rb_enc_precise_mbclen for invalid encoding. (rb_str_valid_encoding_p): new method String#valid_encoding?. * io.c (rb_io_getc): use rb_enc_precise_mbclen. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
||
---|---|---|
.. | ||
csv | ||
dbm | ||
digest | ||
drb | ||
erb | ||
fileutils | ||
gdbm | ||
io/nonblock | ||
json | ||
logger | ||
monitor | ||
net | ||
nkf | ||
openssl | ||
optparse | ||
ostruct | ||
pathname | ||
rdoc/parsers | ||
readline | ||
rinda | ||
ripper | ||
rss | ||
ruby | ||
rubygems | ||
scanf | ||
sdbm | ||
soap | ||
socket | ||
stringio | ||
strscan | ||
testunit | ||
uri | ||
webrick | ||
win32ole | ||
wsdl | ||
xmlrpc | ||
xsd | ||
yaml | ||
zlib | ||
inlinetest.rb | ||
runner.rb | ||
test_generator.rb | ||
test_ipaddr.rb | ||
test_pp.rb | ||
test_prettyprint.rb | ||
test_set.rb | ||
test_shellwords.rb | ||
test_time.rb | ||
test_tsort.rb |