Accents character problem

CodeLite installation/troubleshooting forum
baloghi
CodeLite Curious
Posts: 6
Joined: Wed Aug 08, 2018 10:48 am
Genuine User: Yes
IDE Question: c++
Contact:

Accents character problem

Post by baloghi »

Hello everybody,

I always use accents -Hungaryan-chacaters, for example é,á,ű.
wxwidgets has compiled unicode and compile and linker has paramered with --unicode=yes.
But I have got weird symbols.

What is the problem.

Thank you.

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Accents character problem

Post by eranif »

I am not sure I understand the issue, can you post a screenshot?

Make sure you have read the HOW TO POST thread
baloghi
CodeLite Curious
Posts: 6
Joined: Wed Aug 08, 2018 10:48 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: Accents character problem

Post by baloghi »

eranif wrote: Tue Sep 13, 2022 8:17 am

I am not sure I understand the issue, can you post a screenshot?

Thank you for your help.
I enclosed the screenshots.
In hiba.png picture you should see two label: Sorszám, Név. These are weird characters.

You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Accents character problem

Post by eranif »

so from what I see, are you having a problem in wxCrafter preview?
If this is the case, in tree view of wxCrafter, select the root item of the tree and in the properties view, change the "Generate translatable Strings" to "False"

You should also know, that this is not the proper way of making UI for multiple languages
Consult with the wxWidgets forum

Make sure you have read the HOW TO POST thread
baloghi
CodeLite Curious
Posts: 6
Joined: Wed Aug 08, 2018 10:48 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: Accents character problem

Post by baloghi »

eranif wrote: Thu Sep 15, 2022 10:30 am

so from what I see, are you having a problem in wxCrafter preview?
If this is the case, in tree view of wxCrafter, select the root item of the tree and in the properties view, change the "Generate translatable Strings" to "False"

You should also know, that this is not the proper way of making UI for multiple languages
Consult with the wxWidgets forum

Thank you. It does work properly.
I noticed that nowadays I dont have developed multiligual software.

Post Reply