From: matz@... (Yukihiro Matsumoto) Date: 2001-10-01T14:20:24+09:00 Subject: [ruby-talk:21855] Re: putting non-ascii into regexp'es Hi, In message "[ruby-talk:21840] putting non-ascii into regexp'es" on 01/10/01, "Henning von Rosen" writes: |What is the syntax for putting unicode characters into regexp'es? | |...like Perl \x{0041} Put literal UTF-8 in the regexp, not escape sequence is available yet.