summaryrefslogtreecommitdiff
path: root/localmarkdown2sms
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 /localmarkdown2sms
parent6f57644af7676832c83638fcee7e70cb3831d87c (diff)
Transliterate message also in dummy mode.
Diffstat (limited to 'localmarkdown2sms')
-rwxr-xr-xlocalmarkdown2sms2
1 files changed, 1 insertions, 1 deletions
diff --git a/localmarkdown2sms b/localmarkdown2sms
index 64afeed..87055ad 100755
--- a/localmarkdown2sms
+++ b/localmarkdown2sms
@@ -245,7 +245,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";
}
}