Page 1 of 1

Accents character problem

Posted: Mon Sep 12, 2022 11:58 pm
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.


Re: Accents character problem

Posted: Tue Sep 13, 2022 8:17 am
by eranif

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


Re: Accents character problem

Posted: Tue Sep 13, 2022 11:09 pm
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.


Re: Accents character problem

Posted: Thu Sep 15, 2022 10:30 am
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


Re: Accents character problem

Posted: Fri Sep 16, 2022 2:00 pm
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.