Resolved with unquote function in urllib

from urllib import unquote

title = unquote(request.POST.get('title'))

On Jan 15, 10:59 am, "K*K" <xuqingku...@gmail.com> wrote:
> Hi, All.
>
> I'm using the Ajaxmethod to post some string after encodeURI function
> processed to the Django server, How can I decodeURI in the server
> side ?
>
> Very simple question, But I'm a newbie of Django for process multi-
> language program.
>
> So thank you very much.
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to