I have a site for spanish audience, is like a yellow pages for
restaurants.

I do a mix of hierachy and tag based navigation like:

Comida/Latina/Costa Este
Comida/Típica/Antioqueña
Comida/Rápida

Note the á, í, ñ and space.

I'm confused about how encode and decode this.

I try urllib.quote_plus but fail with á,é....ñ and not return the
original value with unquote.

Then I try encoding the string in Latin1 and decoding it but return
garbage.

I search on google but not found a suitable answer.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" 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/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to