The Fox Blog

HTML Norwegian Characters

Posted in HTML by Fox on the February 13th, 2007

Along the 26 alphabet characters [a-z], the Norwegian language includes three other characters: æ, ø, å.
When coding an HTML page, including those characters as mentioned might generate an error in some browsers and display an unwanted character.Your page will also not validate in W3C standards.

In order to validate your page and have the characters displayed correctly, you will need to use the following escape entities:

Character Entity
æ æ
ø ø
å å
Æ Æ
Ø Ø
Å Å

Leave a Reply