view 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 source

#!/usr/bin/env python3
import sys

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