Op 2014-09-18T13:41:53 UTC schreef Jaap van Wingerde
in het bericht , ID: <20140918134153.390fc...@jaap.custard.shrl.nl> het
interface>volgende.
> I have suddenly unicode problems with de admin interface:
>
> "DjangoUnicodeDecodeError at /admin/art/photographextra/
>
> 'ascii' codec can't deco
Op 2014-09-19T15:58:59 UTC schreef Collin Anderson
in het bericht , ID:
interface> het volgende.
> Are you uploading a file using apache? It could be
> the /etc/apache2/envvars issue.
No, it is an issue with Django/admin.
> Are you ever using string formatting like "something %s something" %
Are you uploading a file using apache? It could be the /etc/apache2/envvars
issue.
Are you ever using string formatting like "something %s something" %
something ? If so, use unicode_literals or change that to a unicode string:
u"something %s something" % something
--
You received this messag
I have suddenly unicode problems with de admin interface:
"DjangoUnicodeDecodeError at /admin/art/photographextra/
'ascii' codec can't decode byte 0xc3 in position 32: ordinal not in
range(128). You passed in ()
...
Unicode error hint
The string that could not be encoded/decoded was: l>Mus��e d
4 matches
Mail list logo