Nodeclipse / nodeclipse

Nodeclipse-1 : Eclipse plugin for Node.js, PhantomJS development (Nodeclipse core plugin); Maven and Gradle (with Android) plugins
https://nodeclipse.github.io/
158 stars 78 forks source link

[Low priority bug] pseudo-graphics corrupted. #19

Closed paulvi closed 11 years ago

paulvi commented 11 years ago

In STS 3.2 (on Eclipse 3.8), Zend Studio 10 (on Eclipse 4.x) encoding for Console output is corrupted for pseudo-graphics. Question: is it bug of Nodeclipse or referenced IDEs?

jade@0.29.0 node_modules\jade
鈹溾攢鈹?character-parser@1.0.0
鈹溾攢鈹?commander@0.6.1
鈹溾攢鈹?mkdirp@0.3.5
鈹溾攢鈹?transformers@1.8.3 (promise@2.0.0)
鈹斺攢鈹?monocle@0.1.46 (readdirp@0.2.4)

instead of

jade@0.29.0 node_modules\jade
├── character-parser@1.0.0
├── commander@0.6.1
├── mkdirp@0.3.5
├── transformers@1.8.3 (promise@2.0.0)
└── monocle@0.1.46 (readdirp@0.2.4)
tomotaro1065 commented 11 years ago

You should set Text file encoding to UTF-8 on Windows->Preferences->General->Workspace.

[image: 鎚戶煋心賒砉 1]

2013/4/23 Paul Verest notifications@github.com

In STS 3.2 (on Eclipse 3.8), Zend Studio 10 (on Eclipse 4.x) encoding for Console output is corrupted for pseudo-graphics. Question: is it bug of Nodeclipse or referenced IDEs?

jade@0.29.0 node_modules\jade ���?character-parser@1.0.0 ���?commander@0.6.1 ���?mkdirp@0.3.5 ���?transformers@1.8.3 (promise@2.0.0) ���?monocle@0.1.46 (readdirp@0.2.4)

instead of

jade@0.29.0 node_modules\jade 念岸岸 character-parser@1.0.0 念岸岸 commander@0.6.1 念岸岸 mkdirp@0.3.5 念岸岸 transformers@1.8.3 (promise@2.0.0) 弩岸岸 monocle@0.1.46 (readdirp@0.2.4)

〞 Reply to this email directly or view it on GitHubhttps://github.com/Nodeclipse/nodeclipse-1/issues/19 .

blog: http://d.hatena.ne.jp/tomotaro1065/ twitter: @tomotaro1065

paulvi commented 11 years ago

Yes, that's it.