PHP: Always Use Unicode Modifier in preg_* Functions

Note to self:

Always use unicode modifier (/u) in preg_* functions, e.g.

preg_match(“/php/u”, “PHP is the web scripting language of choice.”)