summaryrefslogtreecommitdiff
path: root/localsendsms
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-09-22 14:41:10 +0200
committerJonas Smedegaard <dr@jones.dk>2010-09-22 14:41:10 +0200
commitb8e4e923f1d94152148c87c5ff5204db4b3e7ab3 (patch)
treecb157c501f0b6396e9569a487e0bc1ed08a469cf /localsendsms
parent6f57644af7676832c83638fcee7e70cb3831d87c (diff)
Transliterate message also in dummy mode.
Diffstat (limited to 'localsendsms')
-rwxr-xr-xlocalsendsms2
1 files changed, 1 insertions, 1 deletions
diff --git a/localsendsms b/localsendsms
index eb857b1..799c5f6 100755
--- a/localsendsms
+++ b/localsendsms
@@ -101,7 +101,7 @@ sub sendmsg {
} else {
DEBUG "[DUMMY] Sending request: $url";
print STDERR "\n [$from --> $to: $desc]\n\n";
- print STDERR $msg . "\n";
+ print STDERR transliterate($sms_cp, $msg) . "\n";
}
}