Hi,
I am using s60 3rd ed. fp1 and I want to display unicode character.But I cannot display.
I read all the thread related to unicode.And i follow all the procedure to use the unicode.
My code: .RSS file
Code: .RLS fileCode:// RESOURCE IDENTIFIER NAME AWIZ // 4 letter ID // INCLUDES #include <eikon.rh> #include "Symbian1.hrh" #include "Symbian1.rls" #include <avkon.rsg> #include <avkon.rh> #include <avkon.mbg> #include <appinfo.rh> ...... ........ RESOURCE MENU_PANE r_symbian1_app_menu { items = { MENU_ITEM { command = ESymbian1CmdAppTest; txt = qtn_appl_option_item; }, MENU_ITEM { command = EAknCmdExit; txt = qtn_appl_exit; } }; } RESOURCE TBUF r_label_text { buf = qtn_label_text; }
I can see only <0x0030><0x0031> in Emulator and in DeviceCode:CHARACTER_SET UTF8 // LOCALISATION STRINGS //d:Caption string for app. rls_string qtn_app_caption_string "ENG" rls_string qtn_app_short_caption_string "English" //d:Command in options menu. //d:Example application spesific command. //l:list_single_popup_submenu_pane_1 // rls_string qtn_appl_test "Test" // menu exit rls_string qtn_appl_exit "Exit" //d:Command in options menu. //d:Example application spesific command. //l:list_single_popup_submenu_pane_1 // rls_string qtn_appl_option_item "<0x0030><0x0031>" //d:Command in options menu. //d:Example command for view 1. //l:list_single_popup_submenu_pane_1 // rls_string qtn_view1_option_item "<0x0030><0x0031>" rls_string qtn_label_text"<0x0030><0x0031>" rls_string qtn_app_buf"buf" // End of File
Where do I mistake?
Thank You.

Reply With Quote


