From b9e3a5d677d7a62298b8a396b2406310a0441d79 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 22 Nov 2010 08:19:08 +0100 Subject: Adjust comment: Prefix is just prefix (not international). --- localmarkdown2sms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localmarkdown2sms b/localmarkdown2sms index 5df5964..401ee88 100755 --- a/localmarkdown2sms +++ b/localmarkdown2sms @@ -72,7 +72,7 @@ my ($phone) = shift @ARGV; my $inputstring = decode('UTF-8', join(' ', @ARGV)); my ($key) = lc(decode('UTF-8', shift @ARGV)); -# strip international prefix +# strip prefix # (prefix is optional some places and illegal at other places - forgot where) if ($stripprefix) { $phone =~ s/^\+//g; -- cgit v1.2.3