Ivan Sagalaev wrote:
> And in 
> case of Firefox am I supposed to stick a big red banner on start page 
> saying "To see this page properly in your browser go to 
> about:config..."? :-)
> 
as i understand, that's not required. firefox will correctly go to the 
required url. it just will display it url-encoded...

example

http://www.example.com/gábor.

every browser should-submit/submits the request to the webserver as:

http://www.example.com/g%C3%A1bor

but the difference is that the location-bar in safari will show
http://www.example.com/gábor

and in firefox will show

http://www.example.com/g%C3%A1bor

(unless you switch that setting)


gabor

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to