This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
Result of encoder is not used #551
Open
Description
The encoder returns a buffer - which is ignored.
@wkh237 I think the returned buffer should be used in the following steps instead of the original buffer?
Example usage:
- https://www.programcreek.com/java-api-examples/java.nio.charset.CharsetEncoder
- http://www.javased.com/?api=java.nio.charset.CharsetEncoder
Referencing these patch comments: 913070c