#!/bin/sh
(
	TERM=linux+utf8
	export TERM
	minicom -l -t linux $1 | 2UTF --switch-to-UTF ${2:-IBM437}
)
reset -Q

