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
Qt Code:
  1. QString::fromUtf16()
  2. QString::utf8()
  3. QString::data()
To copy to clipboard, switch view to plain text mode 
can any body help me to display it in right character codec?
Thank you