in reply to Re: Honest question about Perl, Python and Ruby
in thread Honest question about Perl, Python and Ruby
If you happen to deal a lot with Unicode (non-ASCII) text, you'll like Ruby v2Is that so? The last time I looked at Ruby, even the simplest things (like "Я".downcase()) didn't work. Not to mention full casefolding, properties, normalization, collation... there were some slow, 'pure Ruby' libraries... it was pretty bad. Is it improved now? I kind of got an impression that Japanese dislike Unicode because it makes their alphabet look like Chinese or something (but maybe it's a false impression that says more about me then about the Japanese).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Honest question about Perl, Python and Ruby
by graff (Chancellor) on Feb 07, 2015 at 16:23 UTC |