cloud icon indicating copy to clipboard operation
cloud copied to clipboard

interact UTF support (easy to fix)

Open williamstein opened this issue 11 years ago • 0 comments

Enter a non-ascii character in the box below, and it will go boom:

@interact
def form(s = input_box(default="", label="Введите текст", type=str)):
    print(u"Вы ввели {0}".format(s))

Reported by Андрей Ширшов

williamstein avatar Apr 04 '14 19:04 williamstein