device name encoding error, when it send to email.

ajeeb 4 years ago

There is an error in the device name encoding.
The error occurs when the system sends notifications email.

Device name like:
teltonika-الشركة العربية/60

It appears in the title of the message as follows:
teltonika-?????? ?????-? ? ? ? ?/60

It is likely that the encoding is incorrect.

My question is what part of the code can I fix?

Anton Tananaev 4 years ago

Does it display name correctly in the web app?

ajeeb 4 years ago

yes

Anton Tananaev 4 years ago

I see. Could be some limitation in the templates formatting. You can probably debug NotificationFormatter class to see what's happening.

ajeeb 4 years ago

ok thanks