netty5/codec-http
Trustin Lee c1ac64fb82 Safely encode Strings to ASCII
(Ported @luciferous's changes against 3.10)

Motivation:

The current implementation of the encoder writes each character of the
String as a single byte to the buffer, however not all characters are
mappable to a single byte.

Modifications:

If a character is outside the ASCII range, it's converted to '?'.

Result:

A safer encoder for String to ASCII, which substitutes unmappable
2015-03-18 15:57:31 +09:00
..
src Safely encode Strings to ASCII 2015-03-18 15:57:31 +09:00
pom.xml [maven-release-plugin] prepare for next development iteration 2015-03-02 01:31:30 -05:00