darkchestofwonders.us website
 
 
 
 
Go to file
Gyrfalcon 607d3120f6 thumbnails: Handle non-ASCII filenames
The WSGI specification requires that URL-paths be encoded as ISO-8859-1
(Latin-1). For filenames that only use ASCII characters, this works
correctly. When a filename includes characters encoded in other
character sets, however, the thumbnail controller will return always
HTTP 404 if the local filesystem does not also use the Latin-1 character
set.

To work around this discrepancy and ensure that requested file names are
looked up on the local filesystem correctly, the string must be
re-encoded in the proper character set.
2016-10-31 23:11:25 -05:00
src/dcow thumbnails: Handle non-ASCII filenames 2016-10-31 23:11:25 -05:00
static Initial commit 2016-05-12 19:34:30 -05:00
.gitignore Initial commit 2016-05-12 19:34:30 -05:00
MANIFEST.in Add basic gallery functionality 2016-05-13 18:21:35 -05:00
debug.py Initial commit 2016-05-12 19:34:30 -05:00
setup.py Version 2 2016-05-13 18:21:35 -05:00