Chris West

Results 1 issues of Chris West

I have a URL like this that needs to be cached "/search/快递/" - i.e. Chinese characters in the URL. It causes a UnicodeEncodeError here: https://github.com/torchbox/django-nginx-memcache/blob/master/nginx_memcache/cache.py#L80-L94 It seems hashlib.md5 can't handle...