mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
strings: add escapeQuery for url encoding
This commit is contained in:
parent
55fc05fb8c
commit
7089294f10
4 changed files with 32 additions and 5 deletions
|
@ -1,4 +1,7 @@
|
|||
{ " " = 32;
|
||||
{ "\t" = 9;
|
||||
"\n" = 10;
|
||||
"\r" = 13;
|
||||
" " = 32;
|
||||
"!" = 33;
|
||||
"\"" = 34;
|
||||
"#" = 35;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue