PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → iOS App - Emojis crashing the app
iOS App - Emojis crashing the app
Iniciado por Mark, 10,may. 2022 15:52 - 1 respuesta
Publicado el 10,mayo 2022 - 15:52
Our iPad application is crashing when emojis are entered. From what I read it sounds like it's a problem with them being UNICODE charcters.

The standard 'letter + digit' masks eliminate the emojis but also the rest of the standard characters (i.e. {}\/[]...)

I've tried a custom mask but I am not able to include the "]" or "-" characters for some reason.

Mask = "regexp:[0-9a-zA-Z\ \[[\!\@\#\$\%\^\&\**\(\)\--\_\=\+\|\>\<\,\.\{\}\;\:\""\'\/\?]*"

Is there some other fix rather than a mask?

Thanks
Mark
Publicado el 01,agosto 2022 - 19:38
Mark escribío:
Our iPad application is crashing when emojis are entered. From what I read it sounds like it's a problem with them being UNICODE charcters.

The standard 'letter + digit' masks eliminate the emojis but also the rest of the standard characters (i.e. {}\/[]...)

I've tried a custom mask but I am not able to include the "]" or "-" characters for some reason.

Mask = "regexp:[0-9a-zA-Z\ \[[\!\@\#\$\%\^\&\**\(\)\--\_\=\+\|\>\<\,\.\{\}\;\:\""\'\/\?]*"

Is there some other fix rather than a mask?

Thanks
Mark