From: Tomas Mudrunka Date: Sun, 22 Feb 2015 14:20:10 +0000 (+0100) Subject: Support for national alphabets in 00-notify X-Git-Url: http://git.harvie.cz/?p=mirrors%2Flibpurple-core-answerscripts.git;a=commitdiff_plain;h=fc6b1b84823278e134efaf56536ab58eb205de2c Support for national alphabets in 00-notify --- diff --git a/purple/answerscripts.d/00-notify.sh b/purple/answerscripts.d/00-notify.sh index 6d0117d..504959f 100755 --- a/purple/answerscripts.d/00-notify.sh +++ b/purple/answerscripts.d/00-notify.sh @@ -1,4 +1,4 @@ #!/bin/sh #Show notification for each incomming message -which recode >/dev/null && ANSW_MSG="$(echo "$ANSW_MSG" | recode ascii..html)" +which recode >/dev/null && ANSW_MSG="$(echo "$ANSW_MSG" | recode ..html)" notify-send -i pidgin "$ANSW_PROTOCOL:$ANSW_R_NAME" "$ANSW_MSG"