Diacritics in web pages

October 20, 2007 – 13:29

The usage of diacritics in web pages requires Unicode encoding.

In the head section of the page (between <head> and </head>) you need to insert this line:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

Here is a list with the corresponding HTML codes of the romanian diacritics :

ă > &#259;
Ă > &#258;
î > &icirc;
Î > &Icirc;
ş > &#351;
Ş > &#350;
ţ > &#355;
Ţ > &#354;
â > &acirc;
 > &Acirc;

Tags: , ,

Post a Comment