Opened 16 years ago
#275 new defect
Cannot set default_encoding to None in template engine plugin API
Reported by: | olli@… | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Template engine plugin | Version: | 0.5.1 |
Keywords: | encoding | Cc: |
Description
Setting genshi.default_encoding option to None does not result in render() returning an unicode object.
A tiny patch attached.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Set encoding arg from default_encoding even if it is None.