From: Ryan Leavengood Date: 2006-04-22T02:42:51+09:00 Subject: Re: [QUIZ] Text Munger (#76) On 4/21/06, James Edward Gray II wrote: > > Random playing around... > > Neo:~/Desktop$ ruby gregory_seidmans_solution.rb test_document.txt > Atchtaed is my r�sum�. My solution also did not munge r�sum�. Seems that \w does not include accented characters, so r�sum� becomes the words r and sum, which are too small to be munged. Is there something one can require to make \w include non-Latin characters? Ryan