Name: bb33257 Date: 10/02/98
The MS932 encoders are not part of the 1.1.7 build. The code for
them exists, but they don't get built. The cause
is that they are excluded from the necessary make files to get
built. This may be intentional, but is more likely an oversight.
MS932 is a Microsoft Japanese encoder.
In addition, the build/win32/sun/io/classes.mk file appears to
contain unnecessary entries for some converters. Converters
are built by build/win32/java/java/classes.mk as well, including
Cp1252 and SingleByte, and it may be possible to remove these
from build/win32/sun/io/classes.mk, although perhaps they do
no harm there (unless makeit clobber in the sun/io subdir would
delete them, and we want to keep them around).
======================================================================