wasm-pack icon indicating copy to clipboard operation
wasm-pack copied to clipboard

Need a way to disable emoji output

Open uonr opened this issue 6 years ago • 4 comments

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

uonr avatar Apr 20 '19 07:04 uonr

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.

nic-hartley avatar Jul 29 '19 20:07 nic-hartley

What about solving it on a feature level? For example

cargo install wasm-pack --features no-emoji

or

--features enable-emoji

ibaryshnikov avatar Oct 20 '19 09:10 ibaryshnikov

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

ibaryshnikov avatar Jan 13 '20 15:01 ibaryshnikov

Yes please, that'd be amazing

mvasilkov avatar Nov 12 '23 20:11 mvasilkov