karwa/swift-url

Add a flag to percent-encoding APIs allowing the "%" sign to be included on all encode-sets

karwa opened this issue · 0 comments

karwa commented

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.