google / google/python-fire

BUG: Emoji ❤ as a param will get error in windows cmd shell.

Abierto
#172 1 comentario 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Python
Estrellas
28.2k
Forks
1.5k
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

【In macOS System】

I test my emoji_cli in macOS, everything goes well.

But in windows, it's not so lucky.

【Bug】
env: python3 & windows system

In test method, english word or chinese and emoji has no question.

In windows cmd or powershell, english word or chinese word eveything goes well.

But when test Emoji such as ❤, it works bad as following :(

```
> emoji_cli name redheart
key: redheart

> emoji_cli name "中文"
key: 中文

> emoji_cli name "❤"
key: ?
```

What should i do to fix this problem?

I have tried encode, deocode, even chardet,but all failed.

Here is my project: [https://github.com/houbb/emoji-cli](https://github.com/houbb/emoji-cli)

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.