swift-url
swift-url copied to clipboard
Add a flag to percent-encoding APIs allowing the "%" sign to be included on all encode-sets
This is decided based on whether we are adding percent-encoding to existing encoded data, or percent-encoding random data. It's really more of a flag for the encoding process, and should not be part of the PercentEncodeSet like it is today.