mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1058845 - Decode raw_input() as UTF-8; r=gps
DONTBUILD (NPOTB) --HG-- extra : amend_source : cf4f5e29de43f714ae62f247227b17e65debc710
This commit is contained in:
parent
926e166a1b
commit
484c7a4c18
@ -425,7 +425,7 @@ class MercurialSetupWizard(object):
|
||||
print(msg)
|
||||
|
||||
while True:
|
||||
response = raw_input()
|
||||
response = raw_input().decode('utf-8')
|
||||
|
||||
if response:
|
||||
return response
|
||||
|
Loading…
Reference in New Issue
Block a user