I didn’t think it would be so hard to find – but I seem unable to – a resource on how to output UTF-8 encoded message with PHP. I am making a French language administration portal, and I want French die() messages. Any ideas?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Where’s the problem? Make sure your document is written in UTF8, and that you’re sending the appropriate content-type headers.
Your messages, should pull through just fine.