Answered
FDK and cyrillic
Hi all!
Here's a problem:
VoidT F_ApiInitialize(IntT init)
{
F_FdeInit();
F_ApiEnableUnicode(True);
F_FdeInitFontEncs(ConStringT("UTF-8"));
switch (init) {
case FA_Init_First:
F_ApiAlert(ConStringT("Всем низдрасти!!!"), FF_ALERT_CONTINUE_NOTE);
break;
}
}In FM17 alert box is empty. Something wrong with cyrillic text in FDK?
