sustained / CoffeeScript-Sublime-Plugin

Syntax highlighting and checking, commands, shortcuts, snippets, compilation and more.
MIT License
290 stars 71 forks source link

Compile bug / cyrillic characters #17

Open surganov opened 11 years ago

surganov commented 11 years ago

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'}")

Xavura commented 11 years ago

I'll look into this.