use AL32UTF8 charset to connect to oracle, fixes file name encoding problems

remotes/origin/stable45
Jörn Friedrich Dreyer 14 years ago
parent a4082a526f
commit 59a00f95c3
  1. 1
      lib/db.php

@ -226,6 +226,7 @@ class OC_DB {
'phptype' => 'oci8',
'username' => $user,
'password' => $pass,
'charset' => 'AL32UTF8',
);
if ($host != '') {
$dsn['hostspec'] = $host;

Loading…
Cancel
Save