WebGadget problems with german umlauts
Posted: Sat Jun 15, 2024 7:51 pm
I want to display html code in the web gadget (received by libcurl) and have problems displaying the german umlauts only under Windows 7: In MacOS the code is running fine. Here the results:
Any ideas how to fix it ?
.
Code: Select all
Output in MemoryViewer:
20 00 28 00 C4 00 2C 00 DC 00 2C 00 D6 00 2C 00 .(.Ä.,.Ü.,.Ö.,.
E4 00 2C 00 FC 00 2C 00 F6 00 2C 00 DF 00 29 00 ä.,.ü.,.ö.,.ß.).
3C 00 62 00 72 00 3E 00 3C 00 62 00 72 00 3E 00 <.b.r.>.<.b.r.>.
Output string in debugger
(Ä,Ü,Ö,ä,ü,ö,ß)
Output in WebGadget
(�,�,�,ä,ü,ö,�)
Display source code of WebGadget (right mouse click in web gadget -> show source code)
(Ä,Ü,Ö,ä,ü,ö,ß)
Display source code using WinAPI
(�,�,�,ä,ü,ö,�)
.