Hi,
I am using clucene library to index and search my text .I am using Arabic text only.
when i retrieve the text from the highlighter i gets it in a wchar_t* pointer.
So, I am using QString::fromWCharArray(wchar_t*) but the text does not appear in Arabic,it appears in strange characters.
I also tried
can any body help me to display it in right character codec?Qt Code:
To copy to clipboard, switch view to plain text mode
Thank you
Bookmarks