java - What does UnmappableCharacterException mean? -


reads:

There are two common types of decoding errors if the input byte sequence this charset If the input byte sequence is legal but can not be mapped to a valid Unicode character, then unmatched character is considered if input is not valid for malformed has gone.

I understand the concept of wrong forms, but what does an unmappable character mean? I thought that Unicode contains all possible characters, then why a legal byte sequence can not be copied to the Unicode character?

Although Unicode can represent a great number of characters for a large number of languages, it definitely In other words, characters are set with characters, for which there is no mapping in Unicode.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -