Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jens Wille <jens.wille@hbz-nrw.de>
  • Loading branch information
dr0i and blackwinter committed Nov 23, 2023
1 parent 9bf5307 commit f0aba21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ Encodes a field value as URI. Aka percent-encoding.

Options:

- `plus_for_space`: Sets whether "space" (' ') will be substituted by a "plus" ('+') or be percent escaped ('%20'). Default: `true`)
- `plus_for_space`: Sets whether "space" (` `) will be substituted by a "plus" (`+`) or be percent escaped (`%20`). (Default: `true`)
- `safe_chars`: Sets characters that won't be escaped. Safe characters are the
ranges 0..9, a..z and A..Z. These are always safe and should not be specified.
Default safe characters are also ".", "-", "*", and "_".
Expand Down

0 comments on commit f0aba21

Please sign in to comment.