I am trying to create a test case in java to test
decoder.onMalformedInput(CodingErrorAction.REPLACE);decoder.onUnmappableCharacter(CodingErrorAction.REPLACE);
I need some character in UTF_8 Charset which are able to test them.
I am trying to create a test case in java to test
decoder.onMalformedInput(CodingErrorAction.REPLACE);decoder.onUnmappableCharacter(CodingErrorAction.REPLACE);
I need some character in UTF_8 Charset which are able to test them.