Page 1 of 1
Problems with strange symbols into my interface program
Posted: Mon Oct 14, 2019 9:18 pm
by MK
Hi, I have a problem and I would appreciate your help. When I install the program I get rhombuses with interrogations. I am Spanish and these symbols replace the accents and letter "ñ" of my language, and they are fundamental. How can I solve that?.

Thank you.
Re: Problems with strange symbols into my interface program
Posted: Mon Oct 14, 2019 9:45 pm
by catalin
Does this have anything to do with wxWidgets?
Re: Problems with strange symbols into my interface program
Posted: Mon Oct 14, 2019 9:48 pm
by doublemax
And if it's about wxWidgets, we need more information.
Platform, wxWidgets version. And what strings are displayed wrong? The ones in wxDev-C++ or in your own program?
Re: Problems with strange symbols into my interface program
Posted: Mon Oct 14, 2019 10:21 pm
by MK
I am using the wxDev-C ++ IDE
Re: Problems with strange symbols into my interface program
Posted: Mon Oct 14, 2019 10:23 pm
by doublemax
MK wrote: ↑Mon Oct 14, 2019 10:21 pm
I am using the wxDev-C ++ IDE
Yes, we figured that out because you posted in the wxDev-C forum. But you didn't answer any of our questions.
Re: Problems with strange symbols into my interface program
Posted: Mon Oct 14, 2019 10:26 pm
by MK
I'm sorry, my english language is very bad :/
I'll try to express myself better...
Re: Problems with strange symbols into my interface program
Posted: Mon Oct 14, 2019 10:30 pm
by MK
I think it has nothing to do with it. I am using the console application to program in C.
Re: Problems with strange symbols into my interface program
Posted: Mon Oct 14, 2019 10:32 pm
by MK
catalin wrote: ↑Mon Oct 14, 2019 9:45 pm
Does this have anything to do with wxWidgets?
I think it has nothing to do with it. I am using the console application to program in C.
Re: Problems with strange symbols into my interface program
Posted: Mon Oct 14, 2019 10:42 pm
by doublemax
MK wrote: ↑Mon Oct 14, 2019 10:32 pm
catalin wrote: ↑Mon Oct 14, 2019 9:45 pm
Does this have anything to do with wxWidgets?
I think it has nothing to do with it. I am using the console application to program in C.
Ok, then it's a problem with the IDE itself and not wxWidgets. Unfortunately this means that most users here won't be able to help with that.
I don't even know if wxDev-C++ is still being developed and actively supported. If you've just started with wxDev-C++, maybe you should consider another IDE, like Code::Blocks or CodeLite.