From: Henning von Rosen Date: 2001-10-01T08:03:32+09:00 Subject: [ruby-talk:21840] putting non-ascii into regexp'es What is the syntax for putting unicode characters into regexp'es? ...like Perl \x{0041} ---- Subject: [ruby-talk:20070] Re: Regexp for japanese characters From: matz@ruby-lang.org (Yukihiro Matsumoto) ----... matz> Yes. left side is better be "small hiragana/kanataka a". matz> Kanji characters are covered by 0xd821-0xfa24. but how put them into char class? typing utf-8 characters there does not work. neither any normal code-value notations. thanks for hints /He