serveit
serveit copied to clipboard
Dir encoding
Currently non-ascii filenames are displayed incorrectly when viewing directory listings in the browser. This update transcodes filenames from the system encoding to utf-8 and sets the html encoding to utf-8.
Before:

After:

I also added documentation for -p to the readme.
Thanks!