sustained/CoffeeScript-Sublime-Plugin

Compile bug / cyrillic characters

Opened this issue · 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'}")

I'll look into this.