diff --git a/lib/setuplib.php b/lib/setuplib.php index 5820ebf26e0..a92fe4ff9e6 100644 --- a/lib/setuplib.php +++ b/lib/setuplib.php @@ -118,6 +118,7 @@ function setup_is_unicodedb() { } break; case 'mssql': + case 'mssql_n': case 'odbc_mssql': /// MSSQL only runs under UTF8 + the proper ODBTP driver (both for Unix and Win32) $unicodedb = true;