++++++++++++++++++++++++++++++
Error: The iconv module, which provides PHP support for Unicode, is not installed on your system.
Unicode gives MRBS the ability to easily support languages other than English. Without Unicode, support for non-English-speaking users will be crippled.
To fix this error, do one of the following:
Install and enable the iconv module.
On a Windows server, enable php_iconv.dll in %windir%\php.ini, and make sure both %phpdir%\dlls\iconv.dll and %phpdir%\extensions\php_iconv.dll are in the path. One way to do this is to copy these two files to %windir%.
On a Unix server, recompile your PHP module with the appropriate option for enabling the iconv extension. Consult your PHP server documentation for more information about enabling iconv support.
Disable Unicode support by modifying config.inc.php and setting the variable $unicode_encoding to 0. If your MRBS installation is on a shared host, then this may be your only option.
+++++++++++++++++++++++++++++++++++++++