For a project I’m currently working on I needed to add some unicode characters to some php file.
So I needed to use unicode encoding of course.
That made me wonder:
What prevents me of using unicode for all my PHP files?
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.
Nothing prevents you using unicode in all your php files, only if you do you may need to edit your scripts if the unicode setting that is set interferes with the script processing.