Pregunta

We are using solr to make a custom searcch engine, but we have a problem, characters like accents letters give us problem with post.jar. We solved the "&" problem using & Is there a way to use entities like èor other? Can anyone help us?

¿Fue útil?

Solución

java -Dfile.encoding=UTF8 -jar post.jar 'my UTF-8 strings here'
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top