Feature #136
Make dirlisting encoding configurable
| Status: | Fixed | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | core | |||
| Target version: | - | |||
| Pending: | Resolution: | fixed |
||
Description
Some of us have file systems with file names encoded in UTF-8 or other funky character sets, however the dir-listing code in lighttpd is hardwired to send an encoding of "iso-8859-1".
It'd be nice to make this configurable.
My patch to do so: http://www.perlfu.co.uk/code/lighttpd/lighttpd-1.3.13-dir-listing.encoding.diff
The patch add a "dir-listing.encoding" setting, which is just a plain string substituted into the header. Headers default to "iso-8859-1" when "dir-listing.encoding" is not set.
-- critson
Associated revisions
added docs for mod_dirlisting (fixes #136)
History
06/26/2005 10:42 AM - jan
- Status changed from New to Fixed
- Resolution set to fixed
fixed for 1.3.x in r399, added to 1.4.x for later commit