summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlocalmarkdown2sms2
-rwxr-xr-xlocalsendsms2
2 files changed, 2 insertions, 2 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";
}
}
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";
}
}