Hi Gora,
thanks a lot for the below feedback. I use toLatin1() frequently and will
opt for that to see what it does for me.
Thanks again.
Kind regards,
Roland
Gora Mohanty wrote:
On Tue, Jan 31, 2012 at 1:50 PM, RT <rwatollen...@gmail.com> wrote:
Hi,
I am having a bit of trouble getting words with characters such as:
ė, į, ų etc into SOLR.
Programming in C++ (Using Qt's QString) I am wondering what conversion to
apply before compiling words with such letters into the solrquery.
Is UTF8 the correct encoding?
UTF8 should be fine, though Latin1 will also work here.
How are you getting the UTF8 for these strings? Have
you looked at
http://developer.qt.nokia.com/doc/qt-4.8/QString.html#converting-between-8-bit-strings-and-unicode-strings
Regards,
Gora