Hi.
I am currently trying to set up a very simple e-mail form in PHP. The form must accept Japanese characters in Shift_JIS. I was recommended to use the mb functions for mail, however the web hosting service I've registered doesn't allow mb functions. Whenever I recieve the mail, the characters are in some sort of numeric code, eg...
のりこ
The html referring page is in the correct encoding, and I am setting the email header in the script to Shift_JIS. Does anyone have any suggestions?
EDIT: OK, when I posted that message, the forum view shows the correct characters. Should I be sending HTML mails then, instead of plain text?