Hi, According to the RFC 1738 : " Octets must be encoded if they have no corresponding graphic character within the US-ASCII coded character set..." - http://tools.ietf.org/html/rfc1738.
Being meticulous, Django does not let you create slugs which should appear as a stream of %XY on some browsers. I usually go with an id in the url, but if you have to have Hebrew in the URL you'll have to write the slugify function yourself. Good hunting, Benny --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyWeb-IL" 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/pyweb-il?hl=en -~----------~----~----~----~------~----~------~--~---
_______________________________________________ Python-il mailing list [email protected] http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
