#include "regint.h" /* * Name: UTF8-DoCoMo, SJIS-DoCoMo * Link: http://www.nttdocomo.co.jp/english/service/imode/make/content/pictograph/basic/index.html * Link: http://www.nttdocomo.co.jp/english/service/imode/make/content/pictograph/extention/index.html */ ENC_REPLICATE("UTF8-DoCoMo", "UTF-8") ENC_REPLICATE("SJIS-DoCoMo", "Windows-31J") /* * Name: UTF8-KDDI, SJIS-KDDI, ISO-2022-JP-KDDI * Link: http://www.au.kddi.com/ezfactory/tec/spec/img/typeD.pdf */ ENC_REPLICATE("UTF8-KDDI", "UTF-8") ENC_REPLICATE("SJIS-KDDI", "Windows-31J") ENC_REPLICATE("ISO-2022-JP-KDDI", "ISO-2022-JP") ENC_REPLICATE("stateless-ISO-2022-JP-KDDI", "stateless-ISO-2022-JP") /* * Name: UTF8-SoftBank, SJIS-SoftBank * Link: http://creation.mb.softbank.jp/web/web_pic_about.html * Link: http://www2.developers.softbankmobile.co.jp/dp/tool_dl/download.php?docid=120&companyid= */ ENC_REPLICATE("UTF8-SoftBank", "UTF-8") ENC_REPLICATE("SJIS-SoftBank", "Windows-31J") value='ruby_1_8_6'>ruby_1_8_6 The Ruby Programming Language
summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
2014-06-21Remove trailing white spaces.akr
2014-06-20Don't erase for verbose mode.akr
2014-06-10bootstraptest/runner.rb: refine outputnobu
2014-06-08Show the epapsed time for failed test as well.akr
2014-06-08test_thread.rb: remove garbagenobu
2014-06-07bootstraptest/test_{fork,io,thread}.rb: reduce sleep timesnobu
2014-06-07runner.rb: elapsed timesnobu
2014-04-29* (lib/tmpdir.rb): Rescue LoadError on etc.so for miniruby.akr
2014-04-28fix typo [Fix GH-603]nobu
2014-04-24* bootstraptest/test_io.rb: Add etc.so to $" before require 'tmpdir'.akr
2014-04-24revert r45709.akr
2014-04-24* bootstraptest/test_io.rb: Don't use tmpdir because etc.so is notakr
2014-01-15FreeBSD 10 SEGVs this less than 4M + 12K bytes.naruse