藤原です。
4.1.1でも、正規表現が正常に動作しないので問い合わせをしたら、以下の
返事が MySQLの Sergei Golubchik から帰ってきました。
まだ未対応で、1バイト文字でも問題になることがあるようです。
正規表現ライブラリを変更しないといけない。それは、ずっと前からの課題
で、優先順位が上がった。
適切なライセンスで提供される正規表現ライブラリを探すのが今の問題。
Sergei Golubchik <serg@stripped>:
> The problem is the regex library that we use does not work with
> multi-byte charsets, and actually it does not work with some single-byte
> charsets correctly - it is based on assumption "one character - one
> byte" and "for each lowercase char there is only one uppercase char and
> vice versa" (which I suspect is not always true for accented chars).
>
> We need to replace it - it's a very old item in our todo.
> I guess its priority was just raised, which is good :)
> The task is mainly to search for fast and more general alternative to
> our current regex library with an appropriate lisense
> (may be your Japanese contacts can advise here).
------------------------------------------------------------------
♪ Puzzle Japan http://www.puzzle.jp/ 毎日新作パズルで遊ぼう ♪
------------------------------------------------------------------
| Thread |
|---|
| • 正規表現が未対応 | Hirofumi Fujiwara | 19 May |