true if c may be emitted without percent-encoding, false otherwise.Returns true if character c is allowed to appear unescaped (literal ASCII byte) in comp.
Notes:
c | Unicode code point to check. |
comp | URI component context. |
true if c may be emitted without percent-encoding, false otherwise.