From: Ntys Dd Date: 2010-09-15T18:40:08+09:00 Subject: regexp property under windows though properties of regexp under Linux is OK,ruby under windows doesn't support that. such as /\p{Han}/, you will always get an error. irb(main):001:0> /\p{Han}/ SyntaxError: (irb):1: invalid character property name {Han}: /\p{Han}/ from C:/Ruby192/bin/irb:12:in `
' will anyone explain this? i use ruby 1.9.2p0 (2010-08-18) [i386-mingw32] -- Posted via http://www.ruby-forum.com/.