Support unicode in SMS messages (#56468)
This commit is contained in:
parent
097fae0348
commit
f9fde7f7a1
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class SMSNotificationService(BaseNotificationService):
|
|||
"""Send SMS message."""
|
||||
smsinfo = {
|
||||
"Class": -1,
|
||||
"Unicode": False,
|
||||
"Unicode": True,
|
||||
"Entries": [{"ID": "ConcatenatedTextLong", "Buffer": message}],
|
||||
}
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue