Skip to content

Commit

Permalink
MSSQL only runs under UTF8 (with the correct ODBTP driver, of course)
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Sep 4, 2006
1 parent 94ef00f commit bf05229
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/setuplib.php
Expand Up @@ -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;
}
Expand Down

0 comments on commit bf05229

Please sign in to comment.