: 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.
You can use the "forbidden-apis" project to analyze your code and look for
uses of APIs that depend on the
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 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 wrote:
> Dear all,
>
> I have the following issues. I have a Solrj Cl