
Donna
Staff
/ Moderator

Nov 10, 2009, 4:48 PM
Post #4 of 6
(2899 views)
Shortcut
|
|
Re: [kumar1985] trade mark and registered symbols
[In reply to]
|
Can't Post
|
|
Hi there, It looks like you're trying to force a character set that Article Manager doesn't use -- Artman stores all of it's data in utf-8, so non-standard characters can show up a bit weird if you're trying to tell it to use something else. In your templates, find this line: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> ...and change it to this: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> That should fix it right up. :) Donna -- support@interactivetools.com
|