wxWidgets and special charsets

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
mrdebug
Earned some good credits
Earned some good credits
Posts: 131
Joined: Mon Jul 17, 2006 4:57 pm

wxWidgets and special charsets

Post by mrdebug »

After switch from mingw to msv 2015, now the words like

Code: Select all

wxT("Fattura n° ")
don't appear correctly on Windows but correctly on Linux.
Now the software are too big to translate everything special word using "defines". Is there another way or have I to come back to mingw?
In visual studio properties the project is already set to "Use Unicode Character Set"
User avatar
doublemax
Moderator
Moderator
Posts: 19114
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: wxWidgets and special charsets

Post by doublemax »

This thread could be relevant: viewtopic.php?f=1&t=44580
Use the source, Luke!
Post Reply