rohitjain-rj / django-tagging

Automatically exported from code.google.com/p/django-tagging
Other
0 stars 0 forks source link

ascii errors when tags contain letters õäöüÕÄÖÜ #244

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
First saw this error, when i tried to save tag vürtsikas. Error was
something along the lines of:
('ascii', 'mumbojumbo ascii code here, 1, 2, 'ordinal not in range(128)')

I then removed unicoding (u) from utils.py edit_string_for_tags. this
allowed me to save and display tags with õäöüÕÄÖÜ in public view.

going to tagadmin though creates whole bunch of errors like this:
Caught an exception while rendering: ('ascii', 'r\xc3\xb5\xc3\xb5mus', 1,
2, 'ordinal not in range(128)')

Original issue reported on code.google.com by alan.kes...@gmail.com on 10 Apr 2010 at 12:04