Merge pull request #194 from deajan/gammu-utf8

Make sure Gammu always sends as UTF-8 format
This commit is contained in:
Pierre-Lin Bonnemaison 2022-10-19 18:23:05 +02:00 committed by GitHub
commit 9691ee45a0
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',