logo       

Re: ActiveSupport::Multibyte for better Unicode support: msg#00157

lang.ruby.rails.core

Subject: Re: ActiveSupport::Multibyte for better Unicode support


> Some day in the future, when Ruby 1.x is a distant memory, .chars should
> be deprecated, and ultimately removed.

That's definitely our intention, if JRuby is using java.lang.String,
then a simple plugin which does the following would be sufficient.

class String
def chars
self
end
end

We'll update ActiveSupport to contain that (with appropriate
deprecation) when ruby 2.x comes to the party.

--
Cheers

Koz

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Core" group.
To post to this group, send email to rubyonrails-core@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
rubyonrails-core-unsubscribe@xxxxxxxxxxxxxxxx
For more options, visit this group at
http://groups.google.com/group/rubyonrails-core
-~----------~----~----~----~------~----~------~--~---




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise