Where are you guys at with this? I don't code with RoR, I'm working in PHP processing JSON from someone elses RoR API ... and y'alls octal encoding of < and > is breaking PHP 5's json_decode(), which returns NULL for anything with these encodings in it. I googled into this thread researching the problem.
>From my reading of http://dev.rubyonrails.org/ticket/9975 it seems like this may be fixed, with the correct UTF encoding? If so, should it be simple for the dev team building the RoR RAPI I'm accessing to apply the patch? Sorry if these are obvious questions, I'm just trying to make sure RoR and PHP can play nicely in the same sandbox. Obviously I can pre-process my JSON responses to correct the problem, but it'd be nice if RoR could adhere to the JSON standard (such as it is!). -- hugh -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
