From: James Gray Date: 2008-03-11T00:13:34+09:00 Subject: Re: Reding unicode characters? On Mar 10, 2008, at 10:00 AM, 7stud -- wrote: > dare ruby wrote: >> Hi friends, >> >> Could any one help me in writing a method which reads all Unicode >> characters supported in ruby or else using regular expressions. >> >> Thanks in advance, >> >> >> Regards, >> Jose Martin > > Ruby does not support unicode. Really? $ ruby -KU -r jcode -e 'p "Résumé".jsize' 6 James Edward Gray II