Ticket #1804 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Fix output encoding

Reported by: Ilya Nazarov Assigned to: athomas
Priority: normal Component: S5Plugin
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

charset-fix.diff (255 bytes) - added by Ilya Nazarov on 07/17/07 05:37:58.
Encoding fix

Change History

07/17/07 05:37:58 changed by Ilya Nazarov

  • attachment charset-fix.diff added.

Encoding fix

07/17/07 05:43:00 changed 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'

08/14/07 08:42:27 changed by athomas

  • status changed from new to closed.
  • resolution set to fixed.

(In [2565]) Added patch from Ilya Nazarov, thanks! Fixes #1804.


Add/Change #1804 (Fix output encoding)




Change Properties
Action