1670c1670 >> paramflags = (1, "hwnd", 0), (1, "text", "Hi"), (1, "caption", None), (1, "flags", 0) --->>>> paramflags = (1, "hwnd", 0), (1, "text", "Hi".encode("utf-8")), (1, "caption", None), (1, "flags", 0) 1677,1678c1677,1678 >> MessageBox(text="Spam, spam, spam") >> MessageBox(flags=2, text="foo bar") --->>>> MessageBox(text="Spam, spam, spam".encode("utf-8"))>>>> MessageBox(flags=2, text="foo bar".encode("utf-8"))

AltStyle によって変換されたページ (->オリジナル) /