Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile bug / cyrillic characters #17

Open
surganov opened this issue Oct 4, 2012 · 1 comment
Open

Compile bug / cyrillic characters #17

surganov opened this issue Oct 4, 2012 · 1 comment
Labels

Comments

@surganov
Copy link

surganov commented Oct 4, 2012

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
Copy link
Collaborator

Xavura commented Nov 29, 2012

I'll look into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants