jeff-zucker / data-kitchen

The solid databrowser technology as a stand-alone electron app
4 stars 2 forks source link

In rest.js use encodeURI for filenames in turtle representation #4

Closed bourgeoa closed 4 years ago

bourgeoa commented 4 years ago

Actually filenames with unencoded spaces are just not considered in container2turtle To avoid that I tested the NSS solution to encodeURI() :

NSS and databrowser are taken care of decodeURI()

jeff-zucker commented 4 years ago

Thanks, done and committed in the data-kitchen bundles repo, not yet in the solid-rest repo ... I need to test the many changes I made in the data-kitcehen bundles repo before putting them back into the main solid-rest repo.