Because PSPad has full Unicode support since build 2656, I want to discuss about character codes at status bar. I'm not sure, what solution will be better.
PSPad uses monospace font, so characters higher than U+FFFF are visible as two different codes -- surrogate pair. We can see their codes at status bar, like $D83D and $DE0A. But there is no way to see full character code (code point), like #128522 or U+1F60A. Because surrogate pair components can be pointed by caret, existing behavior is right. Is it possible to extend status band and show full code point as separate codes, for any surrogate pair component, like: ? 55357 $D83D รข
