Input is not working for codepoint entries above 0xFFFF
okibcn opened this issue · 2 comments
okibcn commented
When using the new Windows 11 tool for inserting special characters such as emojis, PDCursesMod cannot handle the input correctly. It all comes from the fact that Win32 API handles UTF-16 units, and sometimes a wchar_t (Unicode) requires more than one unit from the OS.
okibcn commented