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

Need a way to disable emoji output #632

Open
uonr opened this issue Apr 20, 2019 · 4 comments
Open

Need a way to disable emoji output #632

uonr opened this issue Apr 20, 2019 · 4 comments

Comments

@uonr
Copy link

uonr commented Apr 20, 2019

Feature description

Disable emoji output in command line by add option or by config.

includes wasm-pack-plugin

Basic example

https://rustwasm.github.io/wasm-pack/book/cargo-toml-configuration.html
add no-emoji = true

@nic-hartley
Copy link

This would be extremely useful for me, and presumably everyone else in a terminal with subpar UTF-8 support. For example, currently, this is what wasm-pack --help looks like:

lots of question marks in diamonds

It gets very annoying when there are multiple in a row, from what's supposed to be one emoji, and because of the way UTF-8 works, this is quite common.

@ibaryshnikov
Copy link
Member

What about solving it on a feature level?
For example

cargo install wasm-pack --features no-emoji

or

--features enable-emoji

@ibaryshnikov
Copy link
Member

Any progress here? I'm using alacritty with tmux, and the output looks like
output

@mvasilkov
Copy link

Yes please, that'd be amazing

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

No branches or pull requests

5 participants