This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/4485] DecimalFormat not spec compliant


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4485



------- Additional Comments From gccbugz at k1k2 dot com  2003-08-18 01:00 -------
The following throws an exception coz it doesn't like the '%'
But, of course, it is valid

import java.text.*;
class fail {
public static void main(String[] args) {
DecimalFormat df = new DecimalFormat("##0.00%"); } }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]