зеркало из https://github.com/github/ruby.git
Mon Jan 14 10:45:45 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
* enc/ascii.c: Exchanged order of arguments for one ENC_ALIAS git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
669e94a314
Коммит
5f31c7b548
|
@ -1,3 +1,7 @@
|
|||
Mon Jan 14 10:45:45 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||
|
||||
* enc/ascii.c: Exchanged order of arguments for one ENC_ALIAS
|
||||
|
||||
Mon Jan 14 09:19:07 2008 Tadayoshi Funaba <tadf@dotrb.org>
|
||||
|
||||
* lib/time.rb: do not reference Time directly from the inside of
|
||||
|
|
|
@ -55,7 +55,7 @@ ENC_ALIAS("CP737", "IBM737");
|
|||
ENC_REPLICATE("IBM775", "ASCII-8BIT");
|
||||
ENC_ALIAS("CP775", "IBM775");
|
||||
ENC_REPLICATE("CP850", "ASCII-8BIT");
|
||||
ENC_ALIAS("CP850", "IBM850");
|
||||
ENC_ALIAS("IBM850", "CP850");
|
||||
ENC_REPLICATE("IBM852", "ASCII-8BIT");
|
||||
ENC_REPLICATE("CP852", "IBM852");
|
||||
ENC_REPLICATE("IBM855", "ASCII-8BIT");
|
||||
|
|
Загрузка…
Ссылка в новой задаче