On Feb 1, 2008 11:39 AM, Ivan Mikhailov <imikhai...@openlinksw.com> wrote: > Hello Rajeev, > > I'm unable to read the text in question but I see codepoint numbers in > the sample, ans I see that they're in range that described as > { "Malayalam", UCP_ALPHA, 0x0D00, 0x0D7F, NULL, NULL, NULL } > in libsrc/langfunc/langfunc.c source file of Virtuoso. I've tested that > things using my favorite range > { "Cyrillic", UCP_ALPHA , 0x0400, 0x04FF, NULL, NULL, NULL } > that has no fundamental differences in properties with Malayalam. > The default encoding of free-text queries is default SQL encoding of the > SQL connection, if not set in the connection explicitely then default > SQL enoding of the server, if that is not set in virtuoso.ini as well > then LATIN-1. UTF-8 can not be single-character SQL encoding because > it's, well, not single-character. So you should set the encoding locally > inside the free-text expression, as described in the documentation:
Other than the suggestions not working for the error mentioned, I should add that I am using the SPARQL endpoint for this, not the SQL interface. Regards Rajeev J Sebastian