Log in

View Full Version : Character map for special characters in javascript?



BonneSwe
04-17-2007, 08:48 AM
Hi,
Where can I find a character map on how to code special characters for both mac och pc in an alert in javascript?

I have the folloing codes:
å = Œ
ä = Š
ö = š
é = ž
Å = (missing!!!)
Ä = €
Ö = _
É = ƒ

/BonneSwe

codeexploiter
04-17-2007, 08:51 AM
Refer this page (http://www.howeird.com/charmap.html) which shows the HTML character map where you can find the keyboard combination to get the correct characters.