CharsetEncoder unmappableCharacterAction() method in Java with Examples
The unmappableCharacterAction() method is a built-in method of the java.nio.charset.CharsetEncoder returns this encoder's current action for unmappable-character errors. The CodingErrorAction are of three types IGNORE, REPLACE and REPORT. Syntax: public CodingErrorAction unmappableCharacterAction()