hi there,
my users create a text within a textbox
the content i send by
system.openURL( “mailto:?subject=” … subject string … “&body=” … data string)
to the native mobile mail application.
that does works fine… TILL the user does not enter Emoji Coder or Arabic Letters etc.
does anyone has a class i could remove all emoji/arabic letters etc.
finally it looks just chars are allowed that does also work in the url bar.
till now i filter \n with %%a0 and " " with %20 but i don’t know all chars for arabic, emoji etc.
but than all that special chars would be lost,.
at all i just like to push the content the user wrote in the text box (if emoji, arabic or whatever) into an email. but as long corona does not support native emails ( i don’t like that the user has to enter smtp data) … i only see the way through open url(mailto:
any way… through encoding or whatever is welcome 
chris
[import]uid: 4795 topic_id: 14919 reply_id: 314919[/import]