]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/design_www.txt
huge refactor of encoding handling
[public-inbox.git] / Documentation / design_www.txt
index 50c9731721d4c97ac72ce29e147c922305a7acbc..a265a890bd21ec36c364f73087610428686ba4d7 100644 (file)
@@ -24,6 +24,15 @@ Maybe TODO (these might be expensive)
 We use file name suffixes on all of these (except /) so URLs may easily
 cached/memoized using a static file server.
 
+Encoding notes
+--------------
+
+Raw HTML and XML should only contain us-ascii characters which render
+to UTF-8.
+
+Plain text (raw message) endpoints display in the original encoding(s)
+of the original email.
+
 Guidelines for using limited HTML
 ---------------------------------
 We mainly use HTML for linking pages together with <a>.