Showing Russian Characters in About Dialog Illustrator SDK
Hi there,
We are in the process of adding support for Russian in our Illustrator Plug-in but I've encountered a problem. It is possible to show an About dialog for plug-ins using SDKAboutPluginsHelper::PopAboutBox but both the Title and the Description take const char*, obviously when we pass Cyrillic characters to this they are not displayed correctly. Is there are an alternative class/method or a way of converting the string we have such that it will display correctly? Many thanks in advance.