diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-27 02:21:17 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-27 02:21:17 +0000 |
| commit | 2093735537dc0c815db5cdb3d68ef4ff3f22b1c9 (patch) | |
| tree | 1f6e0fffab463f455a90a2c08ce7d51828dc96a3 /ChangeLog | |
| parent | 42ecc77c464cd30ba4da9240f8d251979d12f433 (diff) | |
| download | ruby-2093735537dc0c815db5cdb3d68ef4ff3f22b1c9.tar.gz ruby-2093735537dc0c815db5cdb3d68ef4ff3f22b1c9.tar.xz ruby-2093735537dc0c815db5cdb3d68ef4ff3f22b1c9.zip | |
* include/ruby/encoding.h, encoding.c, re.c, string.c, parse.y:
rename ENC_CODERANGE_SINGLE to ENC_CODERANGE_7BIT.
rename ENC_CODERANGE_MULTI to ENC_CODERANGE_8BIT.
Because single byte 8bit character, such as Shift_JIS 1byte katakana,
is represented by ENC_CODERANGE_MULTI even if it is not multi byte.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14027 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 @@ +Tue Nov 27 11:14:57 2007 Tanaka Akira <akr@fsij.org> + + * include/ruby/encoding.h, encoding.c, re.c, string.c, parse.y: + rename ENC_CODERANGE_SINGLE to ENC_CODERANGE_7BIT. + rename ENC_CODERANGE_MULTI to ENC_CODERANGE_8BIT. + Because single byte 8bit character, such as Shift_JIS 1byte katakana, + is represented by ENC_CODERANGE_MULTI even if it is not multi byte. + Tue Nov 27 10:45:45 2007 Koichi Sasada <ko1@atdot.net> * eval.c (rb_method_missing): fix stack trace. |
