This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 149701 - 中文字符在DOS控制台输出乱码,并且与Eclipse中文字符不能相互兼容。Eclipse中文字符在DOS控制台输出正常
Summary: 中文字符在DOS控制台输出乱码,并且与Eclipse中文字符不能相互兼容。Eclipse中文字符在DOS控制台输出正常
Status: RESOLVED INVALID
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-10 03:57 UTC by xingfu800
Modified: 2008-10-10 07:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
sources code (652 bytes, text/plain)
2008-10-10 04:00 UTC, xingfu800
Details

Note You need to log in before you can comment on or make changes to this bug.
Description xingfu800 2008-10-10 03:57:56 UTC
Windows xp
dos:

E:\NetBeansProjects\javaSS\src\javass>javac Main.java
Main.java:18: 警告:编码 GBK 的不可映射字符
      System.out.println("float鐨勬渶澶у?鏄?" + Float.MAX_VALUE);
                                    ^
Main.java:18: 警告:编码 GBK 的不可映射字符
      System.out.println("float鐨勬渶澶у?鏄?" + Float.MAX_VALUE);
                                      ^
Main.java:19: 警告:编码 GBK 的不可映射字符
      System.out.println("float鐨勬渶灏忓?鏄?" + Float.MIN_VALUE);
                                    ^
Main.java:19: 警告:编码 GBK 的不可映射字符
      System.out.println("float鐨勬渶灏忓?鏄?" + Float.MIN_VALUE);
                                      ^
Main.java:21: 警告:编码 GBK 的不可映射字符
      System.out.println("double鐨勬渶灏忓?鏄?" + Double.MIN_VALUE);
                                     ^
Main.java:21: 警告:编码 GBK 的不可映射字符
      System.out.println("double鐨勬渶灏忓?鏄?" + Double.MIN_VALUE);
                                       ^
6 警告

E:\NetBeansProjects\javaSS\src\javass>java Main
float鐨勬渶澶у?鏄?3.4028235E38
float鐨勬渶灏忓?鏄?1.4E-45
double鐨勬渶澶у帵鍊兼槸:1.7976931348623157E308
double鐨勬渶灏忓?鏄?4.9E-324
Comment 1 xingfu800 2008-10-10 04:00:34 UTC
Created attachment 71522 [details]
sources code
Comment 2 Petr Dvorak 2008-10-10 07:16:13 UTC
You must post your issue with an english description, otherwise noone is able to help you... Closing as INVALID for now,
please reopen with detailed description of the problem. Also, attach information from Help>About and messages.log file
(~/.netbeans/<version>/var/log).