diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-18 14:59:49 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-18 14:59:49 +0000 |
| commit | 884a5f72aa469b5dc21611057d9866071189dc84 (patch) | |
| tree | 6e9b493d5fbab1c218edf03d2cdacf952266555e /ChangeLog | |
| parent | f711cd616b74c0774b9fdfd3a85bbb410f4739e8 (diff) | |
| download | ruby-884a5f72aa469b5dc21611057d9866071189dc84.tar.gz ruby-884a5f72aa469b5dc21611057d9866071189dc84.tar.xz ruby-884a5f72aa469b5dc21611057d9866071189dc84.zip | |
* ext/iconv/charset_alias.rb: prefer us_EN locale encodings or
former. [ruby-dev:22609]
* ext/iconv/iconv.c (iconv_create): raise InvalidEncoding
exception when EINVAL.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Sun Jan 18 23:59:44 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ext/iconv/charset_alias.rb: prefer us_EN locale encodings or + former. [ruby-dev:22609] + + * ext/iconv/iconv.c (iconv_create): raise InvalidEncoding + exception when EINVAL. + Sun Jan 18 23:16:34 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c, |
