diff converttoutf8.py @ 6:ea9d5fc4c001 draft default tip

"planemo upload commit 9ada186a78831ca2618ec817a23a77de6adf1a5d"
author rhpvorderman
date Wed, 22 Dec 2021 11:29:16 +0000
parents 495a521cf9f2
children
line wrap: on
line diff
--- a/converttoutf8.py	Tue Nov 16 11:16:06 2021 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-#!/usr/bin/env python3
-import sys
-
-with open(sys.argv[1], "rt", encoding="utf8") as input_h:
-    input_h.read()
-
-
-
-