diff options
Diffstat (limited to 'tests/unicode/file1.py')
-rw-r--r-- | tests/unicode/file1.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/unicode/file1.py b/tests/unicode/file1.py new file mode 100644 index 0000000000..554e886743 --- /dev/null +++ b/tests/unicode/file1.py @@ -0,0 +1,4 @@ +f = open("unicode/data/utf-8_1.txt") +l = f.readline() +print(l) +print(len(l)) |