MSSQL only runs under UTF8 (with the correct ODBTP driver, of course)

This commit is contained in:
stronk7
2006-09-04 22:16:30 +00:00
parent 94ef00f3bb
commit bf05229983
+4
View File
@@ -117,6 +117,10 @@ function setup_is_unicodedb() {
}
}
break;
case 'mssql':
/// MSSQL only runs under UTF8 + the proper ODBTP driver (both for Unix and Win32)
$unicodedb = true;
break:
}
return $unicodedb;
}