source: ipk/source.sh4/epg_tvpreview/usr/lib/enigma2/python/Plugins/Extensions/TV_Preview/umfilter_ard.sh @ 7451

Last change on this file since 7451 was 7451, checked in by BPanther, 13 years ago

[ipk] - copy source->source.sh4

File size: 290 bytes
Line 
1#!/bin/sh
2
3sed -e 's/\\xc3\\x9f/ß/g' -e 's/\\xc3\\x9c/Ü/g' -e 's/\\xc3\\xbc/ü/g' -e 's/\\xc3\\x96/Ö/g' -e 's/\\xc3\\xa4/ä/g' -e 's/\\xc3\\xe9/e/g' -e 's/\\xc3\\xb6/ö/g' -e 's/\\xc3\\x96//g' -e 's/\\xc3\\xa0/a/g' -e 's/\\n/ /g' -e 's/\\t//g' -e 's/\\r//g' -e 's/\\//g' -i /tmp/orf.tmp
Note: See TracBrowser for help on using the repository browser.