Thanks both of you.

To synthesize :

It is possible to put flags at the end of our urls match strings.

Those are (?iLmsux) corresponding to re.I, re.L, re.M, re.S, re.U,
re.X

In this case, re.U is for (source : http://docs.python.org/lib/node46.html
):
UNICODE
    Make \w, \W, \b, \B, \d, \D, \s and \S dependent on the Unicode
character properties database. New in version 2.0.

This Thread is also interesting:
Forcing UTF8 data inside django ( through a middleware )
http://groups.google.com/group/django-users/browse_thread/thread/52349f0968f5b36b/07adcb5763a09a5a


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to