Just checking if anyone has any pointers?
We are using Django 1.1.4

On Jun 15, 2:03 pm, ydjango <neerash...@gmail.com> wrote:
> I have rich text (in utf8) which I want to show in standard browser
> tooltip.
>
> I strip html tags using strip_tags as they show as html tags in
> tooltip.
>
> Issue is that it seems strip_tags is stripping or converting certain
> turkish characters like ü   into weird special chars?
>
> I am unable to use django template's safe tag as data goes from django
> view to xml to javascript.
>
> We are using UTF8 encoding in DB.
>
> Any ideas on how to solve?

-- 
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