문제

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?

도움이 되었습니까?

해결책

java -Dfile.encoding=UTF8 -jar post.jar 'my UTF-8 strings here'
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top