about summary refs log tree commit homepage
path: root/Documentation/design_www.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/design_www.txt')
-rw-r--r--Documentation/design_www.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/design_www.txt b/Documentation/design_www.txt
index 50c97317..a265a890 100644
--- a/Documentation/design_www.txt
+++ b/Documentation/design_www.txt
@@ -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>.