Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

Emoji on Webvisu

ch-user
2019-01-24
2019-01-25
  • ch-user - 2019-01-24

    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

    IMG: Keyboard.png

     
  • dFx

    dFx - 2019-01-24

    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

     
  • ch-user - 2019-01-24

    Hi,

    thanks for your answer.

    But how do you display on Codesys webvisu in a String variable?

    thanks

     
  • dFx

    dFx - 2019-01-25

    Have a try with a font supporting emoji ?

     

Log in to post a comment.