Hello to all
Is possible to display a char string, formatted in UTF-8 code, in a listbox?
Here is my code:
I know that I could convert all in UNICODE and correctly display it, but I would like to display it in UTF-8 code also.Code:char destination[] = "/*string UTF-8 coded*/"; SendMessage (hWnd, LB_ADDSTRING, 0, (LPARAM)destination);
Thank you




Reply With Quote