Currently it is possible to use emoticons from mobile devices in the frontend. These emojis cannot be processed in the backend and might lead to errors.
TODO
clarify if emojis should be allowed in message and/or subtext.
1.1 if yes: find a way to include them in subtext and message in the backend as they are not part of the charsets
1.2 if no: Add validation rules in the frontend and try to force usage of keyboard layout without emojis
Currently it is possible to use emoticons from mobile devices in the frontend. These emojis cannot be processed in the backend and might lead to errors.
TODO