This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
Wowhead Tooltips with broken special chars
Post Reply
Return to board index
Post by
Bl4ckSh33p
Hi I used the wowhead jscript to add tooltips to our guildwebsite but some chars like ä or ü are "broken". Does anyone know how to fix this?
example:
http://web.mac.com/bl4cksh33p/Pax_Dei/Neuigkeiten/Eintr
äge/2008/12/7_Aufbruch_nach_Naxxramas.html
loot is at the bottom.
/edit: oh, and links with umlaut chars (ä) are broken in the forums, too. :-/
Post by
Skosiris
It's looking good here.
As the
demo
page says, your site needs to use UTF-8 encoding. Give that a try and see?
Post by
Bl4ckSh33p
hmm UTF-8 should be already used?
from the code:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
Post by
Skosiris
That might not be enough for all the browsers out there.
Try using an HTTP header on the server side as well. Sample PHP code:
header('Content-Type: text/html; charset: UTF-8');
Post by
Bl4ckSh33p
There is no php support on this server. :(
Maybe the problem is the embedded script? I used iWeb '08 and added a HTML object with the javascript to load wowhead tooltips and added the items below in the HTML box. And the final site includes this code with java, and the included side loads another javascript from wowhead.com.
I don't know another way to use wowhead tooltips inside iWeb '08. :-/
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.