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
Original issue reported on code.google.com by
alan.kes...@gmail.com
on 10 Apr 2010 at 12:04