[
https://issues.apache.org/jira/browse/CODEC-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16268125#comment-16268125
]
Ioannis Sermetziadis commented on CODEC-240:
--------------------------------------------
Sorry, I missed the notification of your comment.
By default the PercentEncoder will not encode the space character, because it
belongs to the US-ASCII. If you need the space character to be encoded, you can
explicitly specify the array of the character to force encode (regardless if
its a US-ASCII or not). Also an optional argument has been added for encoding
the space character into '+', whenever this is a requirement.
> Add Percent-Encoding Codec (described in RFC3986 and RFC7578)
> -------------------------------------------------------------
>
> Key: CODEC-240
> URL: https://issues.apache.org/jira/browse/CODEC-240
> Project: Commons Codec
> Issue Type: New Feature
> Reporter: Ioannis Sermetziadis
> Priority: Minor
>
> Similar but more generic than the URLCodec.
> Reference: https://tools.ietf.org/html/rfc3986#section-2.1
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)