Hi! Is it possible that there is a problem with the encoding in Safari when updating an element with Ajax? I use the Ajax.update functionality and in the conten which I inject are chars like äöü. In Mozilla they are properly diplayed in Safari I get üöä. This is the code I use (nothing special): new Ajax.Updater({success: container}, page, { encoding: ''UTF-8'', evalScripts: true, method: ''get'', onfailure: function(request) { alert(''failure'') } }); Thanks in advance. Regards, Stefan --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---