Hello All -

I've recently converted my text columns over to UTF8 to support
international characters.  Everything works wonderfully except some
template code that I used to fix a javascript error.  Some of the UTF8
content is outputted to the browser via Javascript functions so I use
the escape and linebreak template filters.  After I converted to UTF8,
the filters no longer converted my line breaks to html, so javascript
goes from this:

document.write('is this<br/>good javascript<br/>output');

to this:

document.write('this is
good javascript
output');

Does anyone have any ideas?

Thanks,

Gabe


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