* 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
This commit is contained in:
nobu 2002-01-30 07:12:55 +00:00
parent ae2d54d91d
commit 33158860f4

View File

@ -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.