allow non-ascii characters for commands that take string arguments
Offen
- Vorherrschende Sprache
- C++
- Sterne
- 62
- Forks
- 9
- Ø Merge
- 1 T. 2 Std.
- Gemergte PRs (30 T.)
- 1
Beschreibung
## 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?
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.