From a3097a0818ae96ccc93fb4542fd90e5d4f9c0002 Mon Sep 17 00:00:00 2001 From: Ere Maijala <ere.maijala@helsinki.fi> Date: Tue, 8 Aug 2017 11:16:55 +0300 Subject: [PATCH] Fix character set used to connect to Voyager. --- module/VuFind/src/VuFind/ILS/Driver/Voyager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFind/ILS/Driver/Voyager.php b/module/VuFind/src/VuFind/ILS/Driver/Voyager.php index 3ed756f7f5e..4f915b74135 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Voyager.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Voyager.php @@ -172,7 +172,7 @@ class Voyager extends AbstractBase ')'; try { $this->lazyDb = new Oci8( - "oci:dbname=$tns;charset=US_ASCII", + "oci:dbname=$tns;charset=US7ASCII", $this->config['Catalog']['user'], $this->config['Catalog']['password'] ); -- GitLab