We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2022-01-08 11:59 AM
Hi I ve managed to create a sample addon with cmake and created a custom menu in vs2019
when i ve added non english characters in the menu and compile in Archicad i get ???????? characters
If i compile any sample project and replace characters with non english text it appears fine
I ve tried any localize option i could fine in visual studio and changed CompileResourses.py localization in utf-8 but it doesnt work
Solved! Go to Solution.
2022-01-09 10:24 AM
Ok so the trick is to alter the \Sources\AddOnResources\RINT\ .grc file encoding with notepad ++ from whatever it is to UTF-8-BOM, I also changed the code of the CompileResources.py from the original template to that of the AdditionalJSONCommands one but i dont think it matters
2022-01-09 10:24 AM
Ok so the trick is to alter the \Sources\AddOnResources\RINT\ .grc file encoding with notepad ++ from whatever it is to UTF-8-BOM, I also changed the code of the CompileResources.py from the original template to that of the AdditionalJSONCommands one but i dont think it matters