html.rst
changeset 1039 021e9b3d4e05
parent 1036 f04e852b68e0
child 1040 f7d65dea956d
equal deleted inserted replaced
1036:f04e852b68e0 1039:021e9b3d4e05
     1 -*- mode: outline; coding: utf-8 -*-
       
     2 
       
     3 * Page encoding.
       
     4 
       
     5 Place in HEAD tag (CHARSET is one among of defined by
       
     6 http://www.iana.org/assignments/character-sets):
       
     7 
       
     8   <meta http-equiv="Content-Type" content="text/html; charset=CHARSET">
       
     9 
       
    10 See
       
    11 
       
    12   http://www.w3.org/TR/REC-html40/charset.html#h-5.2.2