ckan / ckanext-pages

A simple builtin CMS for CKAN sites
GNU General Public License v3.0
51 stars 101 forks source link

Fixed crash with accents in page title #46

Closed mwss1996 closed 7 years ago

mwss1996 commented 7 years ago

The str() method gives me an encoding error when i try to use brazilian accentuation (á, ã, ê). Changing to unicode() corrected the problem.

dpiquet commented 7 years ago

Same problem here. This PR works for me

torfsen commented 7 years ago

Closed in favour of #64.