Outlook not processing multi-byte characters when using mailto:

后端 未结 5 599
谎友^
谎友^ 2021-01-15 21:59

I have similar problem to the one described in this question: I am using the \"mailto\" protocol to open the default mail client from Java (I am tied to Java 5 for now, so s

5条回答
  •  [愿得一人]
    2021-01-15 22:30

    The subject is alright for me in Windows Live Mail but the display name of the recipient not. When evertything is UTF-8 encoded, Android works fine but Windows Live Mail shows some symbols in "To:" while the "Subject:" is correct. When I use UTF-16 for "To:", Windows Live Mail works now but Android still gets it as UTF-8...

提交回复
热议问题