Fix encoding issues#765
Conversation
|
This pull request is a little bit outdated. Merging it seems to break UiRequest. However, the decoding error is still there, as of commit |
General Guidelines
Test casesURLs: Path encodings: Say, put ZeroNet in this directory: |
|
Currently only ascii filenames supported (non ascii files will not be included to content.json), because I think utf8 filenames and urls are unreliable, some browser/forum engine/etc. encode it as urlencode, some leave it as it is, somewhere it does not works at all. |
This pull request solves encoding issues only.