Relates :
|
|
Relates :
|
|
Relates :
|
In struct JavaVMOption, char *optionString is obviously not expected by the Invocation API to be encoded with Java's modified UTF-8, but rather with a "platform" encoding somehow derived from the OS environment. This makes it impossible for a client of the Invocation API to reliably pass in any Unicode optionStrings. Also, the documentation of the Invocation API lacks a description of how those strings should be encoded.
|