Make sure Gammu always sends as UTF-8 format

This commit is contained in:
Orsiris de Jong 2022-10-19 00:46:29 +02:00 committed by GitHub
parent f790adc6a1
commit 4776b147e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ namespace adapters;
'sendsms',
'TEXT',
escapeshellarg($destination),
'-text',
'-textutf8',
escapeshellarg($text),
'-validity',
'MAX',