#!/bin/sh # Aronsson was here # Remove CR before LF (be sure to use GNU tr) and # translate between character sets # from IBM PC / MS-DOS code page 850 # to ISO 8859-1, also known as IBM PC / MS-DOS code page 819 tr --delete '\r' | tr '\256\257\364\365\265\240\216\204\267\205\222\221\217\206\220\202\321\320\231\224\235\233\347\350\232\201' '\253\273\266\247\301\341\304\344\300\340\306\346\305\345\311\351\320\360\326\366\330\370\336\376\334\374'