diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-10-19 06:00:53 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-10-19 06:07:57 +0200 |
commit | 2761877d30c08fe1e89b206133b0952ac8ddf18b (patch) | |
tree | dc3b1de6d643de749617ce41eb550bf4970d9d68 | |
parent | e73a7dedd2d6d615817e560811af264728bf9d84 (diff) | |
download | archlinuxewe-2761877d30c08fe1e89b206133b0952ac8ddf18b.tar.xz |
perlSubstitutionen: uri-escape
-rw-r--r-- | perlSubstitutionen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perlSubstitutionen b/perlSubstitutionen index 41dc5381b..44aacca3a 100644 --- a/perlSubstitutionen +++ b/perlSubstitutionen @@ -61,6 +61,6 @@ text-tabs+wrap: text-wrap timedate: date-parse date-format type-tiny: type-library type-utils types-common-numeric types-standard unicode-collate: unicode-collate-locale -uri: uri-file uri-queryparam uri-split uri-withbase +uri: uri-escape uri-file uri-queryparam uri-split uri-withbase yaml-libyaml: yaml-xs yaml-syck: json-syck |