metafacture / metafacture-core

Core package of the Metafacture tool suite for metadata processing.
https://metafacture.org
Apache License 2.0
69 stars 34 forks source link

Switch to PercentEscaper #490

Closed dr0i closed 1 year ago

dr0i commented 1 year ago

This enables both: whitespace converted to a plus sign "+" (which is the default to be backwards compatible) and whitespace escaped as percent "%20".

This shall be the base to solve metafacture-fix#273 . See the discussion at the corresponding PR https://github.com/metafacture/metafacture-fix/pull/285 .