G
Guest
I am using "mailto:" to send out emails from my webpage
If I trying to send out "DBCS(ä¸å›½)" in the body parameter of mailto without
encoding, the output in the email message body displays as "DBCS(ä¸å›½)".
With encoding, i.e escape( DBCS(ä¸å›½) ) in the body parameter of mailto , the
output in the email message body displays as DBCS(?E2D?6FD) .
Objective is that the message body display "DBCS(ä¸å›½)" as is.
If I trying to send out "DBCS(ä¸å›½)" in the body parameter of mailto without
encoding, the output in the email message body displays as "DBCS(ä¸å›½)".
With encoding, i.e escape( DBCS(ä¸å›½) ) in the body parameter of mailto , the
output in the email message body displays as DBCS(?E2D?6FD) .
Objective is that the message body display "DBCS(ä¸å›½)" as is.