From 27afe517bcedd8ea248aacd7a7c64cf8c8b412fa Mon Sep 17 00:00:00 2001 From: Thinkpadsmile <47618357+Thinkpadsmile@users.noreply.github.com> Date: Wed, 20 Feb 2019 17:15:11 +0800 Subject: [PATCH] Update the_string.py --- samples/basic/the_string.py | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/basic/the_string.py b/samples/basic/the_string.py index 41c41fb2..0630cedf 100755 --- a/samples/basic/the_string.py +++ b/samples/basic/the_string.py @@ -6,3 +6,4 @@ b = s.encode('utf-8') print(b) print(b.decode('utf-8')) +print(b.decode('utf-8').encode('utf-8'))