diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-28 10:42:53 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-28 10:42:53 +0000 |
| commit | 5f840c3d56cc2fb868dab756dc339e60582c4211 (patch) | |
| tree | 42f1014dff1c04731f0ed50a7a82912a889bd8cc /ChangeLog | |
| parent | d8fbad524935184e935cf17450542a50a787b1d1 (diff) | |
| download | ruby-5f840c3d56cc2fb868dab756dc339e60582c4211.tar.gz ruby-5f840c3d56cc2fb868dab756dc339e60582c4211.tar.xz ruby-5f840c3d56cc2fb868dab756dc339e60582c4211.zip | |
* ext/win32ole/win32ole.c (ole_cp2encoding): new function.
* ext/win32ole/win32ole.c (ole_wc2vstr, ole_variant2val, fole_missing):
set encoding to result.
* ext/win32ole/win32ole.c (fole_s_set_code_page, Init_win32ole): set
default encoding.
[ruby-dev:33433]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Mon Jan 28 19:37:08 2008 NAKAMURA Usaku <usa@ruby-lang.org> + + * ext/win32ole/win32ole.c (ole_cp2encoding): new function. + + * ext/win32ole/win32ole.c (ole_wc2vstr, ole_variant2val, fole_missing): + set encoding to result. + + * ext/win32ole/win32ole.c (fole_s_set_code_page, Init_win32ole): set + default encoding. + [ruby-dev:33433] + Mon Jan 28 11:17:28 2008 NARUSE, Yui <naruse@ruby-lang.org> * string.c, parse.y, re.c: use rb_ascii8bit_encoding. |
