Hi,
TEXT_SetText (hItem,ptr) not able to set text,when i tries to set Arabic Text.
1.Arabic Text converted into UTF-8,got a hex format.
2.Placed the hex format in CSV file.
3.Used GUI_LANG_LoadCSVEx(_GetData, hFile);
char * ptr;
ptr = (char *)GUI_LANG_GetTextEx(21, 0);
4.When i try to Set text on text field , it was not displayinh.
Can you olease tell me what may be the reason.
TEXT_SetText (hItem,ptr) not able to set text,when i tries to set Arabic Text.
1.Arabic Text converted into UTF-8,got a hex format.
2.Placed the hex format in CSV file.
3.Used GUI_LANG_LoadCSVEx(_GetData, hFile);
char * ptr;
ptr = (char *)GUI_LANG_GetTextEx(21, 0);
4.When i try to Set text on text field , it was not displayinh.
Can you olease tell me what may be the reason.