rschmitt opened a new pull request #116: HTTPCLIENT-1978: Filter characters 
before byte conversion (4.4.12 backport)
URL: https://github.com/apache/httpcomponents-core/pull/116
 
 
   This change causes ByteArrayBuffer to filter out all characters that
   cannot be correctly converted to ISO-8859-1 by simple downcasting to a
   byte. In addition, control characters and most whitespace characters are
   filtered out. Filtered characters are replaced with a question mark,
   except for surrogate pairs, which are replaced with two question marks.
   
   https://en.wikipedia.org/wiki/ISO/IEC_8859-1
   https://en.wikipedia.org/wiki/List_of_Unicode_characters

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to