PDA

View Full Version : Include external file via plugin


Kaitlyn2004
05-06-2009, 01:03 PM
So I have a sidebar on my forums which is fetched via a plugin using smarty. This sidebar has a TM character in it (though when I open the file it actually has "™" in place).

When I create a test file that just initializes smarty and gets the sidebar, it displays properly. "Page Info" in firefox shows UTF-8.

When in the forums, however, I get that actual string ("™") instead, and Page Info shows me ISO-8859-1.

What do I need to do to get this to work? Character sets/encodings have always sort of confused me...

Thanks!