bfda0e962b90019ed616ab7e8194e2c0bc1136e2
When used in URLs to be passed to a browser, strings MUST NOT contain +. We must escape + too, otherwise browsers converts it to a space or %20, which does not represent the original value anymore. Signed-off-by: Simon Rozman <simon@rozman.si>
Languages
C++
100%