On 9/26/06, Thijs van der Vossen <[EMAIL PROTECTED]> wrote: > Please not that ActiveSupport::Multibyte support all Unicode planes > and not only the Basic Multilingual Plane. My knowledge of Java is > very limited, but judging from the article at [1] working with > anything beyond U+FFFF takes some serious effort.
Yes, the limitations are fairly well-known for the "astral plane", but hopefully they'll comprise rare edge cases. On the other hand, our potential UTF-8 string implementation (a gift from Tim Bray) is intended to do full Unicode support "the right way" so it could serve as a general-purpose AS::MB implementation in JRuby as well as our implementation of Ruby's normal String... -- Contribute to RubySpec! @ www.headius.com/rubyspec Charles Oliver Nutter @ headius.blogspot.com Ruby User @ ruby.mn --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core -~----------~----~----~----~------~----~------~--~---
