Visualisation of uft-8 (Polish) not working properly
问题 My software supports multiple languages (English, German, Polish, Russian, ...). For this reason I have some language specific files with the dialog texts in the specific language (Encoded as UTF-8). In my mfc application I open and read those files and insert the text into my AfxMessageBoxes and other UI-Windows. // Get the codepage number. 65001 = UTF-8 // In the real code this is a parameter in the function I call (just for clarification) LANGID languageID = 65001; TCHAR szCodepage[10];