Il librosito e' fatto di pagine HTML.
Il codice sorgente e' scritto in un certo "character set" che e' dichiarato in testa alla pagina, nella <head>
<meta  charset=windows-1252">
 
Questo e' poiche' ho usato come editor il programma FrontPage della Microsoft, e questo e' il charset che usa.
ref: windows-1252, caratteri NON ASCII del character set.
non ASCII usati nel librosito
| Character | Number | Entity Name | Description | ||
|---|---|---|---|---|---|
| € | € |  | € | euro sign | |
| … | 133 | … | horizontal ellipsis | ||
| • | 149 | • | bullet | ||
| – | 150 | – | en dash | ||
| — | 151 | — | em dash | ||
| 160 | a0 |   | no-break space | ||
| ª | 170 | aa | ª | feminine ordinal indicator | |
| « | 171 | « | left-pointing double angle quotation mark | ||
| ¬ | 172 | ¬ | not sign | ||
| ° | 176 | ° | ° | degree sign | |
| ± | 177 | ± | plus-minus sign | ||
| ² | 178 | ² | ² | superscript two | |
| ³ | 179 | ³ | ³ | superscript three | |
| µ | 181 | µ | µ | micro sign | |
| ¶ | 182 | ¶ | ¶ | pilcrow sign | |
| · | 183 | · | · | middle dot | |
| ¹ | 185 | ¹ | ¹ | superscript one | |
| º | 186 | º | º | masculine ordinal indicator | |
| » | 187 | » | » | right-pointing double angle quotation mark | |
| ¼ | 188 | ¼ | ¼ | vulgar fraction one quarter | |
| ½ | 189 | ½ | ½ | vulgar fraction one half | |
| ¾ | 190 | ¾ | vulgar fraction three quarters | ||
| ¿ | 191 | ¿ | inverted question mark | ||
| × | 215 | × | multiplication sign | ||
| ÷ | 247 | ÷ | division sign | ||