When a Java compiler encounters byte sequences that cannot be valid in the
encoding being used to process the file, it should give an error.
Currently the compiler silently transforms these characters into \ufffd.
###@###.### 2002-10-22
encoding being used to process the file, it should give an error.
Currently the compiler silently transforms these characters into \ufffd.
###@###.### 2002-10-22
- relates to
-
JDK-5045861 compilation failed on font-render/awt/two/MemMon.java
- Closed
-
JDK-5046139 not able to compile when a special char is added in the comment area.
- Closed
-
JDK-5049382 compiler failed with "invalid" bytes in comments lines on UTF-8 environment
- Closed