Skip to content
Snippets Groups Projects
Commit 59a00f95 authored by Jörn Friedrich Dreyer's avatar Jörn Friedrich Dreyer
Browse files

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

parent a4082a52
No related branches found
No related tags found
No related merge requests found
......@@ -226,6 +226,7 @@ class OC_DB {
'phptype' => 'oci8',
'username' => $user,
'password' => $pass,
'charset' => 'AL32UTF8',
);
if ($host != '') {
$dsn['hostspec'] = $host;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment