| 
 Relates :   
 | 
|
| 
 Relates :   
 | 
Please first read Comments section here and in 6317399.
State of bug 4937510 says: closed, fixed.
Almost true -- there's still the following bug:
In java/beans/XMLEncoder.java (5.0u4):
// wrong line 486
                out.write(' ');
// correction:
                out.write(" ".getBytes(encoding));
  |