1
Plugins development / Re: wxSmith non i18N strings with international characters are not correctly managed
« Last post by Miguel Gimenez on Today at 09:31:06 am »Fixed in trunk, thank you.
As usual while waiting for the next release - don't forget to check the nightly builds in the forum.
Broken link on my endWhat does this mean?
Paste full build log here. (It is found in the 'Build log' tab). Please make always a 'rebuild' (Menu: Build->Rebuild) or a 'clean' and 'build' before you copy the full build log.
Here's a build logthis is not the build log but your path...
Set variable: PATH=C:\Program Files (x86)\CodeBlocks\MinGW\bin;C:\Program Files (x86)\CodeBlocks\MinGW;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\MinGW\bin;C:\Program Files\dotnet;C:\Program Files\Git\cmd;C:\Users\User\AppData\Local\Microsoft\WindowsApps;C:\Users\User\AppData\Roaming\npm;C:\Program Files (x86)\FAHClient;A:\Apps\SocketeQ\windowsandroid_root\system\bin;A:\Apps\SocketeQ\windowsandroid_root\system\lib;C:\Users\User\AppData\Local\atom\bin;C:\Users\User\.dotnet\tools'
Is there a way to disable internationalization for all dialog, panels and frame ?As said before, disable global I18n support in wxSmith settings or disable local I18n support in the affected wxSmith window.
Why strings with international characters are not displayed when the prefix is _( ?I do not know, probably wxWidgets' GetTranslatedString() does not accept non-ASCII strings.