I am trying to display Russian characters on my blog at e3visa.info.
When I paste the characters into the WYSWYG editor it looks fine but then when I click post it all appears as question marks.
Is there something I have to insert as code in the HTML part or something for it to post correctly?
Thanks for the help.
Chris
You need to have correct charset in your <head> tag.
I believe you might be looking for something like this:
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
hth
Thanks for the update.
Is that in the head tag for a particular post or of the entire blog template?
Chris
Does anyone else have any suggestions for this?
Thanks so much,
Chris