Other |
---|
tbdUnresolved |
The setting of the native.encoding property could use some additional cleanup. Specifically: 1. There is #ifdef MACOSX in platform-independent native code, which should be migrated into platform-specific code. 2. Windows code sets up sprops.encoding but the code path in platform-independent code ignores it and uses sprops.sun_jnu_encoding instead.