I know that Windows supports additional aircraft with Windows XP.
I have fonts that I know have characters outside the base multilingual plane (BMP).
For these characters, the Unicode encoding code consists of five hexadecimal digits.
I do not know how to enter these characters in applications.
Windows seems to support only character input in BMP. You can enter a decimal number, or some applications allow you to enter a four-digit hexadecimal number.
Can anyone confirm how the record is managed? I do not care if it is directly from the keyboard or using the application. (By default, the "Character Map" Windows application only supports characters in BMP, so I need suggestions - it is desirable that the application supports at least Unicode Version 5, if not 6.)
In Java, these characters are controlled using "surrogate pairs" in UTF-16. I am concerned that Windows may also have part of the old βUnicode 16 bitβ, which leads to a similar problem. Even receiving confirmation that I need to break through the numbers of surrogate pairs would be the answer.
Thanks!
source share