You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gulpfile.js
Gulp.task ('hello', function () {
Console.log ('안녕하세요.');
}}
When i run gulpfile.js in eclipse, it is output to console in Japanese.
The eclipse encoding is UTF-8.
When i run it in window command mode, it will come out well.
eclipse neon console
C:\workspaces\neon-workspace\geomartian>gulp default
[15:07:58] Using gulpfile C:\workspaces\neon-workspace\geomartian\gulpfile.js
[15:07:58] Starting 'hello'...
?븞?뀞?븯?꽭?슂.
[15:07:58] Finished 'hello' after 99 關s
[15:07:58] Starting 'default'...
[15:07:58] Finished 'default' after 16 關s
C:\workspaces\neon-workspace\geomartian>exit
The text was updated successfully, but these errors were encountered:
Gulpfile.js
Gulp.task ('hello', function () {
Console.log ('안녕하세요.');
}}
When i run gulpfile.js in eclipse, it is output to console in Japanese.
The eclipse encoding is UTF-8.
When i run it in window command mode, it will come out well.
eclipse neon console
C:\workspaces\neon-workspace\geomartian>gulp default
[15:07:58] Using gulpfile C:\workspaces\neon-workspace\geomartian\gulpfile.js
[15:07:58] Starting 'hello'...
?븞?뀞?븯?꽭?슂.
[15:07:58] Finished 'hello' after 99 關s
[15:07:58] Starting 'default'...
[15:07:58] Finished 'default' after 16 關s
C:\workspaces\neon-workspace\geomartian>exit
The text was updated successfully, but these errors were encountered: