Index: qdrupal_settings.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/qdrupal/qdrupal_settings.php,v
retrieving revision 1.1
diff -u -r1.1 qdrupal_settings.php
--- qdrupal_settings.php	11 Apr 2008 17:37:23 -0000	1.1
+++ qdrupal_settings.php	23 Apr 2008 08:11:50 -0000
@@ -122,6 +122,13 @@
     '#description' =>  t('Password for database user'),
     '#required' => TRUE
   );
+  $form['connection']['encoding'] = array(
+    '#type' => 'textfield',
+    '#title' => t('Encoding'),
+    '#default_value' => $edit->setting['encoding'] ? $edit->setting['encoding'] : '',
+    '#description' =>  t('Encoding to be use for database e.g. utf8 (only for MySQL)'),
+    '#required' => FALSE
+  );
   $form['connection']['profiling'] = array(
   '#type' => 'select',
     '#title' => t('Profiling'),
