Hi,
I'm using latest 21.2 CVS. I found a problem that the function
`looking-at' does not work for Japanese characters as follows.
(let ((oops (decode-coding-string "\e$B$&$C$W$9\e(B" 'iso-2022-jp)))
(with-temp-buffer
(insert oops)
(goto-char (point-min))
(looking-at (regexp-quote oops))))
=> nil
What's happened? I can't write Japanese kanji text using egg-sj3
because of this.
--
Katsumi Yamaoka <yamaoka(a)jpl.org>