diff options
| author | duerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-19 09:15:37 +0000 |
|---|---|---|
| committer | duerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-19 09:15:37 +0000 |
| commit | 1b40fba32c6bcab128548b1557dba2d33c4f6b19 (patch) | |
| tree | 05c4c9b3b97227f271e1c26e829163999fe746fa /ChangeLog | |
| parent | 00b2f5be9cbe7ef5ead521e6a99103489f64f821 (diff) | |
| download | ruby-1b40fba32c6bcab128548b1557dba2d33c4f6b19.tar.gz ruby-1b40fba32c6bcab128548b1557dba2d33c4f6b19.tar.xz ruby-1b40fba32c6bcab128548b1557dba2d33c4f6b19.zip | |
* enc/trans/single_byte.trans: adding WINDOWS-wwww encodings
(wwww = 874/1250/1251/1253/1254/1255/1256/1257)
(contributed by Yoshihiro Kambayashi)
* enc/trans/windows-wwww-tbl.rb: 8 new files
(contributed by Yoshihiro Kambayashi)
* test/ruby/test_transcode.rb: added test_windows_wwww
(contributed by Yoshihiro Kambayashi)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Sun Oct 19 18:15:15 2008 Martin Duerst <duerst@it.aoyama.ac.jp> + + * enc/trans/single_byte.trans: adding WINDOWS-wwww encodings + (wwww = 874/1250/1251/1253/1254/1255/1256/1257) + (contributed by Yoshihiro Kambayashi) + + * enc/trans/windows-wwww-tbl.rb: 8 new files + (contributed by Yoshihiro Kambayashi) + + * test/ruby/test_transcode.rb: added test_windows_wwww + (contributed by Yoshihiro Kambayashi) + Sun Oct 19 07:37:13 2008 Tadayoshi Funaba <tadf@dotrb.org> * lib/cmath.rb (log2,cbrt,frexp,ldexp,hypot,erf,erfc,gamma,lgamma): |
