view converttoutf8.py @ 5:495a521cf9f2 draft

"planemo upload commit 40d62ec3d2fea3c3bac605c976941e1f3b7e2cd4"
author rhpvorderman
date Tue, 16 Nov 2021 11:16:06 +0000
parents
children
line wrap: on
line source

#!/usr/bin/env python3
import sys

with open(sys.argv[1], "rt", encoding="utf8") as input_h:
    input_h.read()