Text on MFC Controls - Unicode Characters such as Japanese get cut off
问题 Background I'm working on a C++/MFC application and we've been converting it to display unicode characters to support foreign languages. For the most part this has been successful and unicode characters are displayed correctly. But I've encountered an issue where certain text on certain controls gets cut off. Example Here you can see a button that should display "ログアウト/終了" but gets cutoff and displays an unknown character in it's place. But if I pad the string with spaces it displays fine.