allow non-ascii characters for commands that take string arguments
Abierto
- Lenguaje dominante
- C++
- Estrellas
- 62
- Forks
- 9
- Merge medio
- 1 d 2 h
- PR fusionados (30 d)
- 1
Descripción
## Use Case
commands like `session` could possibly accept non-ascii strings (e.g foreign language characters) and we need to confirm that a utf-8 or utf-16 encoding can work.
## Solution
Figure out string encoding to preserve consistent text where it matters.
## Alternatives
alternative: only accept ascii?
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.