Modify ↓
#1804 closed defect (fixed)
Fix output encoding
| Reported by: | Ilya Nazarov | Owned by: | athomas |
|---|---|---|---|
| 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 6 years ago by Ilya Nazarov
comment:1 Changed 6 years ago by Ilya Nazarov
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 6 years ago by athomas
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 3 years ago by rjollos
- Component changed from S5Plugin to SlideShowPlugin
Note: See
TracTickets for help on using
tickets.


Encoding fix