hi Jörn - something's decoding a UTF8 sequence using the legacy iso-8859-1 character set:
Jörn is J%C3%B6rn in UTF8 J%C3%B6rn misinterpreted as iso-8859-1 is Jörn Jörn is J%C3%83%C2%B6rn in UTF8 I hope this helps track down the problem! Andy On Fri, 7 Aug 2020 at 12:08, Jörn Franke <jornfra...@gmail.com> wrote: > Hmm, setting -Dfile.encoding=UTF-8 solves the problem. I have to now check > which component of the application screws it up, but at the moment I do NOT > believe it is related to Solrj. > > On Fri, Aug 7, 2020 at 11:53 AM Jörn Franke <jornfra...@gmail.com> wrote: > > > Dear all, > > > > I have the following issues. I have a Solrj Client 8.6 (but it happens > > also in previous versions), where I execute, for example, the following > > query: > > Jörn > > > > If I look into Solr Admin UI it finds all the right results. > > > > If I use Solrj client then it does not find anything. > > Further, investigating in debug mode it seems that the URI to server gets > > wrongly encoded. > > Jörn becomes J%C3%83%C2%B6rn > > It should become only J%C3%B6rn > > any idea why this happens and why it add %83%C2 inbetween? Those do not > > seem to be even valid UTF-8 characters > > > > I verified with various statements that I give to Solrj the correct > > encoded String "Jörn" > > > > Can anyone help me here? > > > > Thank you. > > > > best regards > > >