CoffeeScript-Sublime-Plugin icon indicating copy to clipboard operation
CoffeeScript-Sublime-Plugin copied to clipboard

Compile bug / cyrillic characters

Open surganov opened this issue 11 years ago • 1 comments

I'm using this command to compile and output CoffeeScript in JS: { "keys": ["super+b"], "command": "compile_and_display", "args": {"opt": "-p"}}

If there is any cyrillic characters, it gives me blank output. Selective compiling without including cyrillic characters works just fine.

Fortunately, compile to .js file works sharp.

An expampe of cyrillic + western characters mixed code for testing: http.createServer(app).listen(app.get('port'), -> console.log "Сайт доступен по адресу: http://localhost:#{app.get 'port'}")

surganov avatar Oct 04 '12 18:10 surganov

I'll look into this.

Xavura avatar Nov 29 '12 13:11 Xavura