Hi,
I must be able to write a text with Emoji.
Does anyone have any idea how I can display Emoji in a string or otherwise?
thank's
Emoji is just a way to interpret a coded value, as ASCII does.
1st step is to learn which codes are emoji (UTF-8 or 16 ?) 2nd is to make your system read/write such strings (strings are no more than byte arrays) https://commons.wikimedia.org/wiki/Emoji?uselang=fr
thanks for your answer.
But how do you display on Codesys webvisu in a String variable?
thanks
Have a try with a font supporting emoji ?
Log in to post a comment.
Hi,
I must be able to write a text with Emoji.
Does anyone have any idea how I can display Emoji in a string or otherwise?
thank's
Emoji is just a way to interpret a coded value, as ASCII does.
1st step is to learn which codes are emoji (UTF-8 or 16 ?)
2nd is to make your system read/write such strings (strings are no more than byte arrays)
https://commons.wikimedia.org/wiki/Emoji?uselang=fr
Hi,
thanks for your answer.
But how do you display on Codesys webvisu in a String variable?
thanks
Have a try with a font supporting emoji ?