====== How are charsets handled? ====== DokuWiki uses [[wiki:UTF8]] (an Unicode representation). This encoding is sent in the documents ''meta'' headers and used as ''accept-encoding'' in the edit form. DokuWiki itself does no reencoding of data sent by the browser, so if the browser ignores the ''accept-encoding'' of the form there may be problems - however all known modern browsers do work just fine with UTF8. Also see the [[wiki:romanization]] configuration option.