Replies: 3 comments
-
|
I'm a deno newbie, but I believe it should try to identify the encoding of the terminal. At least it should let me select the encoding. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
That would be awesome! My Windows prompt defaults to CP 850. Ending up with problems with Deno and prompting common names like "João" :-( |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
May be related to #8239 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My question is prompted (pun intended) by unicode - Deno: how to take care of accents when reading from windows terminal prompt? - Stack Overflow.
Should neves not have run into an issue here? If
promptwere to detect and use whatever encoding the TTY is using (e.g.windows-1252instead ofutf-8) then it would have worked with no problems. Would doing such cause some web standard compatibility/divergence issue or as it is isolated to Deno's terminalwindowit might be appropriate.Thank you.
Beta Was this translation helpful? Give feedback.
All reactions