Nevermind - I think I fixed it. I don't know what I did differently
but it works now. =)
Thanks Gabe!
Gabe
On Aug 23, 9:44 am, mynameisgabe <[EMAIL PROTECTED]> wrote:
> 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 [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?hl=en
-~----------~----~----~----~------~----~------~--~---