in reply to Re: Matching/replacing a unicode character only works after decode()
in thread Matching/replacing a unicode character only works after decode()
It would only a backwards compatibility issue if you accept that UTF-8 is the ONLY encoding used in computing. It’s not even a common default yet. Ruby’s Unicode support was terrible and is only made passable by installing some specific gems and even then it’s not as good as Perl. Here’s an overview from tchrist: http://dheeb.files.wordpress.com/2011/07/gbu.pdf.
Christiansen also once published a Yes/No style table of all the languages and Perl was by far the best among Java/Python/Ruby/PHP. I’m sorry I could not find this table again to link.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Matching/replacing a unicode character only works after decode()
by Anonymous Monk on Jul 25, 2014 at 20:15 UTC | |
|
Re^3: Matching/replacing a unicode character only works after decode()
by Anonymous Monk on Jul 25, 2014 at 16:45 UTC |