Java mail problem with Turkish characters

后端 未结 3 1411
灰色年华
灰色年华 2021-01-22 09:28

I have problem of showing Turkish characters in mail sent with Java code. The characters are shown as question marks (?) in mail.

Message msg = new MimeMessage(m         


        
3条回答
  •  无人共我
    2021-01-22 10:08

    Use UTF-8, here's a good overview of encoding: http://www.joelonsoftware.com/articles/Unicode.html

提交回复
热议问题