summaryrefslogtreecommitdiff
path: root/localmarkdown2sms
diff options
context:
space:
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";
}
}