hello,
python does not display Arabic char correctly ,
i tried the following code from the interactive console :
>>>from appuifw import *
>>>note(u"b")
it show a 'b' message box ,when i changed the 'b' letter with arabic char , it does not return the correct char , although it displayed it correct in the console :
>>>from appuifw import *
>>>note(u"ب")
i am using python 1.4.2 for S60 in nokia 6670 phone
how to fix this problem
thanks

Reply With Quote

