@@ -22,13 +22,14 @@ others only support Latin-1 characters. Specifically, the PDF rendering
2222engine can only display Latin-1 characters; non-Latin-1 Unicode
2323characters are displayed as "###".
2424
25- Therefore, in the SGML files, we only use Latin-1 characters. We
26- typically encode these characters as HTML entities, e.g., Álvaro.
27- It is also possible to safely represent Latin-1 characters in UTF8
28- encoding for all output formats.
25+ Therefore, in the SGML files, we can only use Latin-1 characters. We
26+ can use UTF8 representations of Latin-1 characters, or HTML entities of
27+ Latin-1 characters, e.g., Álvaro.
2928
3029Do not use UTF numeric character escapes (&#nnn;).
3130
31+ When building the PDF docs, problem characters will appear as warnings.
32+
3233HTML entities
3334 official: http://www.w3.org/TR/html4/sgml/entities.html
3435 one page: http://www.zipcon.net/~swhite/docs/computers/browsers/entities_page.html