diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-05-27 20:33:39 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-05-27 20:33:39 +0200 |
commit | 6e78f638982333262944bc45be25a89e550dfd3c (patch) | |
tree | 3ae558965de8f81491460662be1f1bf055951df7 /doc/html | |
parent | 704564418139fdaa3b98b164faa1f40394dbb352 (diff) |
util: encodeuri: simplify condition
iscntrl is c < ' ' || c == 127
I want to encode a space and everything above 127 also.
So this condition can be simplified to this.
Diffstat (limited to 'doc/html')
0 files changed, 0 insertions, 0 deletions