Skip to content

Commit

Permalink
Need to set display charset
Browse files Browse the repository at this point in the history
  • Loading branch information
henkmet committed Jul 29, 2024
1 parent cf6f1b8 commit fa70b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wraprt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#! /bin/sh
lynx -assume_charset=utf-8 www.concertzender.nl -dump -- | grep -B1 -m 1 'Nu te horen' | head -n 1 | sed -e 's/^[ \t]*//' > /home/henk/.radiotray/nowplaying
lynx -assume_charset=utf-8 -display_charset=utf-8 www.concertzender.nl -dump -- | grep -B1 -m 1 'Nu te horen' | head -n 1 | sed -e 's/^[ \t]*//' > /home/henk/.radiotray/nowplaying

0 comments on commit fa70b01

Please sign in to comment.