Page 1 of 1

German month "march" -> s9y doesn't show correc

Posted: Sun Mar 04, 2007 11:28 pm
by Muuhmann
Hi there,

well yes, as described in the topic, s9y doesn't properly display the german umlaut "ä" in "märz". Instead there is a question mark (in FF), IE cuts off the "r" too and shows a square.

I'm using andreas00 and UTF-8 encoding..

http://assipokert.as.funpic.de for all those who need to see it on their own.

Hope there's a solution.

regards, Muuhmann

Posted: Mon Mar 05, 2007 10:51 am
by mattsches
Works fine for me, all the "ä"s are being displayed. Maybe check that your browser uses the correct encoding, too.

One more thing: You have an error in your CSS

Code: Select all

#LeftSideBar li a:hover,  {
text-decoration:none;
color:#286ea0;
}
Just remove the comma after hover :wink: But I don't think this is the reason for your problem.

Regards
- Mattsches

Posted: Mon Mar 05, 2007 1:36 pm
by Muuhmann
wtf? all is displayed correctly now.. i swear, yesterday the "ä"s weren't there.. ^^

must be funpic.de .. FF encoding is and was UTF-8 on my blog.

The CSS is from the style, so there must be the mistake.. but thanks for finding it ^^