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 71962 - I18N - Chinese ciphers in Output Window
Summary: I18N - Chinese ciphers in Output Window
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: collab (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2006-01-28 11:07 UTC by _ alexlamsl
Modified: 2009-12-21 07:45 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ alexlamsl 2006-01-28 11:07:21 UTC
Right my friend uses a Chinese Windows XP and Mustang javac decided to compile 
in Chinese; I'm using my good old English Mustang and in the shared Output 
Window I've got the following ciphers:

--------------------------------

init:

deps-clean:

Deleting directory D:\My Documents\Cambridge\Project\CodecAnalyst\build

clean:

init:

deps-jar:

Created dir: D:\My Documents\Cambridge\Project\CodecAnalyst\build\classes

Compiling 15 source files to D:\My 
Documents\Cambridge\Project\CodecAnalyst\build\classes

D:\My 
Documents\Cambridge\Project\CodecAnalyst\src\codecs\ArithmeticEncoding.java:27:
 ÀàÐÍ codecanalyst.Codec ²»´øÓвÎÊý

public class ArithmeticEncoding implements Codec<BitStream> {

                                                ^

D:\My 
Documents\Cambridge\Project\CodecAnalyst\src\codecs\HuffmanEncoding.java:29: 
ÀàÐÍ codecanalyst.Codec ²»´øÓвÎÊý

public class HuffmanEncoding implements Codec<BitStream> {

                                             ^

D:\My 
Documents\Cambridge\Project\CodecAnalyst\src\codecs\RunLengthEncoding.java:21: 
ÀàÐÍ codecanalyst.Codec ²»´øÓвÎÊý

public class RunLengthEncoding implements Codec<BitStream> {

                                               ^

D:\My 
Documents\Cambridge\Project\CodecAnalyst\src\codecanalyst\Engine.java:27: 
ÕÒ²»µ½·ûºÅ

·ûºÅ£º ±äÁ¿ config

λÖ㺠Àà codecanalyst.Engine

        return new EngineTask(config);

                              ^

D:\My 
Documents\Cambridge\Project\CodecAnalyst\src\codecanalyst\Engine.java:27: 
ÄÚ²¿´íÎó£»ÎÞ·¨½«Î»ÓÚ codecanalyst.EngineTask µÄ codecanalyst.EngineTask.<init> 
ʵÀý»¯Îª ()

        return new EngineTask(config);

               ^

D:\My 
Documents\Cambridge\Project\CodecAnalyst\src\codecanalyst\EngineTask.java:27: 
¾¯¸æ£º[unchecked] ¶Ô×÷ΪÆÕͨÀàÐÍ java.util.concurrent.FutureTask µÄ³ÉÔ±µÄ 
FutureTask(java.util.concurrent.Callable<V>) µÄµ÷ÓÃδ¾­¼ì²é

        super(callable);

             ^

5 ´íÎó

1 ¾¯¸æ

BUILD FAILED (total time: 3 seconds)

--------------------------------

but when I ask my friend to copy and paste the content of his Output Window to 
the conversation window, the Chinese characters are displayed properly instead 
of ciphers.
Comment 1 Petr Nejedly 2006-01-30 14:48:00 UTC
The problem is probably that the output content is captured as stream (a
locally-encoded byte-based entity) and transfered in its original encoding
(local to the source of the output), so when displayed on the other side (with
possibly different local file.encoding), it is not decoded properly.
Comment 2 Jiri Prox 2007-09-03 14:25:37 UTC
Milestone is obsolete, please reevaluate
Comment 3 Antonin Nebuzelsky 2009-06-02 14:35:35 UTC
Reassigning to issues@collab. Collab Support plugin is not actively maintained.

Obsoleted in 6.7 by the newly introduced integration with Project Kenai, a
collaborative environment for developers to host their open-source projects,
which includes also a chat service.
Comment 4 Quality Engineering 2009-12-21 07:45:13 UTC
This bug was reported against NetBeans IDE 6.0 or an older release, or against a non-maintained module. NetBeans team does not have enough resources to get to this issue, therefore we are closing the issue as a WONTFIX. If you are interested in providing a patch for this bug, please see our NetFIX guidelines for how to proceed. 

We apologize for any inconvenience.


Thank you.
The NetBeans Team