Modify ↓
      
        #1804 closed defect (fixed)
Fix output encoding
| Reported by: | Ilya Nazarov | Owned by: | Alec Thomas | 
|---|---|---|---|
| Priority: | normal | Component: | SlideShowPlugin | 
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 | 
Description
Hello. There are problem with non-english documents. No output encoding provided in presentation output, and browser uses "latin", but should use "utf-8".
Attachments (1)
Change History (4)
Changed 18 years ago by
| Attachment: | charset-fix.diff added | 
|---|
comment:1 Changed 18 years ago by
Change last string in s5.py from:
return req.hdf.render(template), 'text/html'
to:
return req.hdf.render(template), 'text/html;charset=utf-8'
comment:2 Changed 18 years ago by
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
comment:3 Changed 15 years ago by
| Component: | S5Plugin → SlideShowPlugin | 
|---|
Note: See
        TracTickets for help on using
        tickets.
    



Encoding fix