borg33 / python4delphi

Automatically exported from code.google.com/p/python4delphi
0 stars 0 forks source link

Bug: "input" gives strange result #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In program "console" (my prog has it) I enter "print(input('Test'))"
2. In dialog I enter "Про"

What is the expected output? 
Dialog with label named "Test". And output line "Про".

What do you see instead?
Dialog with label "Enter text". And output line "TestПро". Surprise.

What version of the product are you using? On what operating system?
Delphi7, WinXP SP3, Py3.2.5, Py4D 3.32(last one)

Original issue reported on code.google.com by ato...@gmail.com on 26 Dec 2013 at 6:49