summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-01-30 07:12:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-01-30 07:12:55 +0000
commit33158860f4650d7221e80ff0ae7eb376f31b2394 (patch)
treeb4d739afaaf855dd9b3330cfb076e9748b1e121d /ChangeLog
parentae2d54d91dc805ea7c8e4af82e8a434d722eab33 (diff)
* regex.c (re_adjust_startpos): fix for SJIS and UTF-8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a601edd5b..1c0e1e3c26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Wed Jan 30 15:58:04 2002 K.Kosako <kosako@sofnec.co.jp>
- * regex.c (re_adjust_startpos): fix for SJIS.
+ * regex.c (re_adjust_startpos): fix for SJIS and UTF-8.
* regex.c (mbc_startpos): ditto.