Simple PHP class to easily UTF-8 encode values and variables of any type.
- This class uses mbstring which is a non-default extension. This means you must ensure it is enabled in the build you are using. You can explicitly enable the module with the --enable-mbstring configure option.
- Note: mbstring is built into Apache 2's PHP5 library, libapache2-mod-php5.