- Posted by
- I have no idea how they do it. Looking at the standard character map tool in Win 10 you can search for unicode chars, but only with 4 letters, so up to something like u+fffc (object replacement character). My guess is they mimic browser behaviour in VS Code and bypass Win API. Or they have Win API f...Posted in Editor Display
-   Topics
-   Views
- clemens42
Jan 10, 2021
- Many thanks for the detailed answer! Basically I wanted to make sure I don't miss anything and there would have been a way to display unicode symbols of the higher planes correctly. Basic editing in fact works well, even if there is a symbol not displayed ok. I can live with that. I am writing an in...Posted in Editor Display
-   Topics
-   Views
- clemens42
Jan 09, 2021
- Unicode display works great for plane 0, but as soon as I use plane 1 code points they are not displayed correctly: example: U+12009 would be f0 92 80 89 in hex byte UTF-8. This is displayed correctly e.g. in modern browsers if embedded in xml. See example file attached. UltraEdit just displays the ...Posted in Editor Display
-   Topics
-   Views
- clemens42
Jan 08, 2021