From: Roger Pack Date: 2010-05-11T02:19:03+09:00 Subject: Re: Regexp match error on windows and unicode error on linux > On windows 7 with Ruby1.9 I get: > 辿 accepted by p{L} > > On linux I get and error: > test.rb:5: invalid character property name {L}: /\p{L}/ > > then if I remove line 5 I get: > 辿 accepted by \w > > > Errors seems to come from my Ruby installation and we can see that it > would be perfect if we combine the skills of the one on windows with the > one on linux. > > Does anyone have a solution to correct the \w of windows or the error on > linux ? only one would be great. http://www.ruby-forum.com/topic/208777 seems to fit the bill (if you're using different versions of ruby on the two). Maybe you can enlighten us all when you find a fix :) -rp -- Posted via http://www.ruby-forum.com/.