Kbase P73897: How to set the java property file.encoding on Linux within java_env to UTF-8
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/29/2004 |
|
Status: Unverified
GOAL:
How to set the java property file.encoding on Linux within java_env to UTF-8
FIX:
Example for specifying UTF-8 as file.encoding property:
"Linux")
THREADS_FLAG=native
JVMARGS="-ms8m -Dfile.encoding=UTF-8 ${JVMARGS}"