Dear All,
i am going to design an editor that will incorporate Arabic/urdu language. user will
be able to edit in urdu and arabic.i am using VC++ and unicode.
the problem is as follows:
as we do in normal editer we can get the ASCII code of each character. i want to do same
for the arabic code because i want to process the code behind the text. so please tell
me how can i do this.
i get the text in urdu from RichText edit control into
CString object using GetWindowText method. and when i write this
text again into the richtext edit box using SetWindowText it prints ? ? ? like
marks. please guide me what is the problem with it.
thanks in advance.
omar lodhi
i am going to design an editor that will incorporate Arabic/urdu language. user will
be able to edit in urdu and arabic.i am using VC++ and unicode.
the problem is as follows:
as we do in normal editer we can get the ASCII code of each character. i want to do same
for the arabic code because i want to process the code behind the text. so please tell
me how can i do this.
i get the text in urdu from RichText edit control into
CString object using GetWindowText method. and when i write this
text again into the richtext edit box using SetWindowText it prints ? ? ? like
marks. please guide me what is the problem with it.
thanks in advance.
omar lodhi