On 19 Dec 2005, at 22:10 , Jean-Christophe Michel wrote:
Julian 'Julik' Tarkhanov a écrit :
What do you think? Please note that I am heavily biased because every
single piece of software I used since I was 12 had problems with
Russian letters, and Rails is no exception 10 years later, on a fully
Unicode-capable Unix box. If the core language has to be bent INTO
shape (I call this "into" rather than "out of") to make things Just
Work, why not?

+1
As a European I would be pleased to have an error free unicode layer :-)
I left Php hoping ruby was more advanced on this side...

In Ruby you can store utf-8 encoded text in strings, use regexes on utf-8 encoded strings and convert between different encodings using the iconv library. If I'm not mistaken, this is basically the same as what you can do in PHP.

If you _need_ a dynamic language with a true and tested Unicode String type _right now_ you might want to take a look at Python. ;-)

Kind regards,
Thijs_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to