--- phpbb2drupal_admin_settings.inc.php	2007-12-23 21:39:41.253098700 +0000
+++ phpbb2drupal_admin_settings_iconv.inc.php	2007-12-24 00:21:32.143698700 +0000
@@ -345,15 +345,6 @@ function _phpbb2drupal_admin_settings() 
     '#collapsed' => TRUE,
   );
 
- //DEBUG http://php.net/extension_loaded 
- if (!extension_loaded('mbstring') && variable_get('phpbb2drupal_encode', '1')) {
-   $ready_for_migration = 0;
-   $form['encoding']['#collapsed']= FALSE;
-   $output .= '<p class="marker">';
-   $output .= t("The php mbstring module is not installed on this server: the posts' encoding cannot be changed during the migration.");
-   $output .= '</p>';
- }
-
   $encodings = array(
     'utf-8' => 'utf-8',
     'iso-8859-1' => 'iso-8859-1',
@@ -409,6 +400,7 @@ function _phpbb2drupal_admin_settings() 
     'ISO-2022-KR' => 'ISO-2022-KR',
     'Windows-1251 (CP1251)' => 'Windows-1251 (CP1251)',
     'Windows-1252 (CP1252)' => 'Windows-1252 (CP1252)',
+	'Windows-1256' => 'Windows-1252',
     'CP866 (IBM866)' => 'CP866 (IBM866)',
     'KOI8-R' => 'KOI8-R',
    );
@@ -419,7 +411,7 @@ function _phpbb2drupal_admin_settings() 
     '#default_value' => variable_get('phpbb2drupal_encode', '1'),
   );
 
-  $output .= '<p>'. t('This setting is useful when the phpBB2 encoding is not the same as the Drupal encoding. <strong>You server must have the <em>php mbstring module</em> installed.</strong>') .'</p>';
+  $output .= '<p>'. t('This setting is useful when the phpBB2 encoding is not the same as the Drupal encoding.) .'</p>';
   $form['encoding']['info'] = array(
     '#value' => $output 
   );
