Image

Imagebrentmj wrote in Imagejavascript

Hi, I have an interesting problem, and so far I haven't been able to find any solutions online.

I have a page that automatically fills in data fields every so often. It does this with an ajax call to a page that just spits out raw javascript in name=value pairs. I then use eval() to load the new values and change the page to the new values. Everything works great, except when I run into UTF-8 characters such as ä or à. The output of the called page is fine, but something happens in the eval() I guess that turns most of these characters into undesired characters. Anybody have any suggestions?