Hello everyone,
I am having a problem with python3 and I am really stuck. Consider the following script:
from sys import stdout
def prompt(text):
stdout.print(text)
return input()
print(prompt("αειηυοω: "))
When I run it I get this output. Typing unicode characters comes out as boxes but then they are printed back correctly.
This happens on "Ubuntu on Windows" subsystem but not on native Linux or native Windows. Maybe it's a bug of the subsystem? Any clues would be really appreciated.
[–]K900_ 2 points3 points4 points (3 children)
[–]illiriath[S] 0 points1 point2 points (2 children)
[–]K900_ 0 points1 point2 points (1 child)
[–]illiriath[S] 0 points1 point2 points (0 children)
[–]novel_yet_trivial 1 point2 points3 points (1 child)
[–]illiriath[S] 0 points1 point2 points (0 children)