diff utf8test.py @ 4:c8f02bce10d0 draft

"planemo upload commit 05326cc2233eb0fa8beaf4198bd7c1519f2a0bf9"
author rhpvorderman
date Mon, 15 Nov 2021 14:04:10 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/utf8test.py	Mon Nov 15 14:04:10 2021 +0000
@@ -0,0 +1,7 @@
+#!/usr/bin/env python3
+import sys
+
+with open(sys.argv[1], "rt", encoding="utf-8") as input_h:
+  input_h.read()
+
+