Description
While working on PR #237 to solve #217 , I used this symbol "©" inside my html input file but one test failed because of this character then I started thinking about a way to solve that issue.
We should find a way to add encoding utf8 to the InputStream at the core level not when doing tests. Now, we add encoding when doing tests, we should correct that.
https://stackoverflow.com/questions/5928046/spring-mvc-utf-8-encoding
https://stackoverflow.com/questions/5649329/utf-8-encoding-problem-in-spring-mvc
https://stackoverflow.com/questions/29434896/how-to-deal-with-java-encoding-problems-especially-xml
https://www.baeldung.com/java-char-encoding
DOES "multipart/form-data handle utf8 encoding ?
https://issues.redhat.com/browse/RESTEASY-390
java define encoding of InputStream
https://stackoverflow.com/questions/3043710/java-inputstream-encoding-charset