Hi,

I have html page with inline editing. (I have text, that when I click
on it, it changes to edit box, and I can change the text)
I do it with some java scripts. (http://www.yvoschaap.com/index.php/
weblog/ajax_inline_instant_update_text_20/)
The problem is that I should save the text that I change in the
database of my django application and what I get after text change is
unicode.
I mean, something like: %u05D9%u05D2.

Maybe someone has an idea how can I save the hebrew letters, for
example, correctly in the database?
--~--~---------~--~----~------------~-------~--~----~
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