Products | Versions |
---|---|
TIBCO ActiveMatrix Service Grid | - |
TIBCO BPM Enterprise (formerly TIBCO ActiveMatrix BPM) | - |
Not Applicable | - |
Description:
Since data represented as bytes and Strings are essentially a collection of characters, to convert bytes into characters JVM needs to know which combination of byte represents which character. This is what character encoding tells JVM. Since there are many languages other than English and there so many characters, the same combination of bytes can represent different characters in different character encoding. This is why using the correct character encoding is necessary when converting bytes to String in Java. The application in the AMX Node may return special characters in incorrect encoding.
For the AMX Node JVM, the following steps set file encoding.