Character Range
"Character Range" can be found in "Fonts" in the IDE ribbon bar.
This function is only for "Text Input Controls " (if you need to display static text, you can use "Text" control directly) you can add character range to support dynamic display of some foreign languages. Generally, new character ranges are added only when the project encoding is utf-8.
IDE project encoding selection utf-8 default only enable "CJK unified ideographic symbols", but if you add a new character range, the default "CJK unified ideographic symbols" will be cleared, such as the need to use the character range, you need to manually add the character range. If you need to use this character range, you need to add this character range manually. If you want to use this character range, you need to add the character range manually.
We have preset five character segments: "Hebrew", "Arabic", "Japanese Hiragana", "Japanese Katakana" and "CJK Unified Ideographs". ", "CJK Unified Ideographs" five kinds of character segments, the user can also manually add other character segments, for example, through the query to learn the UTF-8 Thai characters in the range of 0E00-0E7F
Then we enter "0x0E00-0x0E7F" in the character segment of IDE and select the character segment, and rename the character segment as "Thai", so that the Thai character segment has been successfully added.
We can try to enter a Thai character in the "Character Preview" and compare it with the result, here the "result" is the final effect displayed on the screen.
Finally, we can select the character segment in the properties of the text input control.