I faced invalid UTF-8/character encoding issues multiple times recently when compiling/running aplictaions in java. We could enforce java VM to use the encoding pattern as UTF-8. To do that, set the following environment property.
variable name : JAVA_TOOL_OPTIONS
variable value : -Dfile.encoding=UTF8
No comments:
Post a Comment