-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
1.1, 1.2.0
-
generic, x86
-
generic, windows_95
The character encoding converter can't be changed on FileReader and FileWriter
classes. On the system there are some files which are described with the
character encoding other than system default.
For example, files which are described with JIS, Shift-JIS and EUC-JIS character
encoding coexit on Japanese Solaris. But present FileReader and FileWriter only
read from and write into file with system default character encoding.
The constracters which the character encoding converter is specified with
need to be added like InputStreamReader and OutputStreamWriter classes on
FileReader and FileWriter classes
classes. On the system there are some files which are described with the
character encoding other than system default.
For example, files which are described with JIS, Shift-JIS and EUC-JIS character
encoding coexit on Japanese Solaris. But present FileReader and FileWriter only
read from and write into file with system default character encoding.
The constracters which the character encoding converter is specified with
need to be added like InputStreamReader and OutputStreamWriter classes on
FileReader and FileWriter classes
- duplicates
-
JDK-4097029 API bug in OutputStreamWriter
- Closed