Files
libkiwix/src
Veloman Yunkan 239b108fa7 / is no longer a reserved char for urlEncode()
This change is a quick hack solving known issues with URI-encoding in
libkiwix.

This change removes the slash character from the list of URL separator
symbols in URL encoding/decoding utilities, and makes it a symbol that
is safe to leave unencoded.

Effects:

- `urlEncode()` never encodes the '/' symbol (even when it is requested
  to encode the URL separator symbols too).

- `urlDecode(str)`/`urlDecode(..., false)` will now decode %2F to '/';
  other encoded URL separator symbols are NOT decoded when the second
  argument of `urlDecode()` is set to false (which is the default).
2023-01-25 19:15:12 +04:00
..
2022-01-05 20:16:38 +05:30
2022-01-03 09:35:04 +01:00
2018-12-02 15:47:29 +01:00
2020-08-28 15:27:03 +02:00
2022-01-12 18:07:46 +01:00
2022-09-11 16:05:25 +02:00
2021-06-30 18:27:00 +02:00
2022-07-02 16:33:32 +02:00
2020-10-07 18:43:57 +02:00