You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid "incorrect char" runtime errpr and fix incorrect letters placing for non-englich locales, place:
setlocale(LC_ALL, "ru_RU.UTF8"); // replace with correct for your language.
setlocale(LC_NUMERIC, "C"); // this needed to correctly read floating points from xml configuratioin files.
in the beginning of "main" functioin and include header.
Hi.
When I use the cLaTeXMath with qt on embedded openwrt,all characters are overlapping on the top-left of the screen.
The text was updated successfully, but these errors were encountered: