On 9/19/06, Marius Feraru <[EMAIL PROTECTED]> wrote: > Not really a Prototype problem, but given the fact its approach is to > use this (in)famous "X-JSON" HTTP header, I wonder how (if any) you > succeeded to pass on Unicode data without encoding it to UCS.
The value of the X-JSON header is eval()'ed. Strings in JS are UTF-8 encoded. Encode the X-JSON value as UTF-8 and everything will be just fine. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs -~----------~----~----~----~------~----~------~--~---