richardlehane / siegfried

signature-based file format identification
http://www.itforarchivists.com/siegfried
Apache License 2.0
223 stars 30 forks source link

file URIs in DROID output should be percent-encoded #63

Closed richardlehane closed 8 years ago

richardlehane commented 8 years ago

See: https://en.wikipedia.org/wiki/File_URI_scheme

Reserved characters and UTF-8 should be percent encoded. Refer to https://golang.org/pkg/net/url for implementation