Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renderer class should handle load_template not returning unicode #61

Closed
cjerdonek opened this issue Dec 22, 2011 · 0 comments
Closed

Renderer class should handle load_template not returning unicode #61

cjerdonek opened this issue Dec 22, 2011 · 0 comments
Assignees

Comments

@cjerdonek
Copy link
Collaborator

Make Renderer.render() more robust. Currently, it can break if load_template returns a non-unicode string with non-ascii characters. This is related to issue #10.

@ghost ghost assigned cjerdonek Dec 22, 2011
cjerdonek added a commit that referenced this issue Dec 22, 2011
Ensures that the Renderer class can handle the case of load_template
not returning unicode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant