Recently I tried to get one of the new WP layout working on my personal blog and was planning on changing the titles within the sidebar menus.
Since using some non-english language characters (don't ask me about exact code type cause I don't know it

) it behaved somehow erratically.
Basically the site loaded fine for the first 2-3secs with the changed titles with all my "weird" characters displaying properly however after 3-4sec it reverted to slightly nicer font but my "weird" characters either omitted entirely or replaced by "?" .
After much blood and tears (tried to change the fonts, files, coding around) it was a strange piece of JS code within the header.php was pointed out to me by a fellow TFs member here

.
It seems it was there to "beautify" the titles and took about 3 secs to load hence initially my titles look fine. Once I got rid of that "clutter" from the header.php my titles looked exactly as I need them.
Well perhaps not as "sexy" as they would with the JS in the header but it is now readable all right
