On Oct 2, 2008, at 10:12 PM, Hassan Schroeder wrote:
> Firefox 2 turns this into: http://localhost/sample/Chr%C3%A9tien.txt > while Safari requests http://localhost/sample/Chrétien.txt Even though Safari does indeed display the accentuated characters in its UI, it does encode the URL properly when sending the HTTP request to the server... take a look at your log... > But the main thing is that, regardless, the non-US-ASCII name is used > to match the resource in the file system. Well, yes... once it has been decoded from the HTTP request back to its original form... Cheers, -- PA. http://alt.textdrive.com/nanoki/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en -~----------~----~----~----~------~----~------~--~---

