Ticket Change Details
Not logged in
Overview

Artifact ID: 4d9e890ea87f62b5bd7c47e92466b254a3b043c3
Ticket: cc6557cfc5763fa80bb04eecea7f713b0751efc4
Unicode support
User & Date: anonymous 2009-02-01 08:53:37
Changes

  1. Appended to comment:
    
    
    <hr><i>anonymous added on 2009-02-01 08:53:37:</i><br>
    What he means is that the webpages are not served as utf8, so characters outside the us-ascii (what firefox tell me this page is encoded in) will not get through to fossil when sending post information with utf8 characters.
    
    also, it seems these pages are served with this http header:
    
      Content-type: text/html; charset=ANSI_X3.4-1968
    
    setting charset to utf8 might help (or adding meta tag)