*/
coc = catalogue;
if (this.coc == null) {
throw new IOException("Catalogue not found: " + coc.getTitle() + ", please check Configuration in goobi_opac.xml");
}
Catalogue cat =
new Catalogue(this.coc.getDescription(), this.coc.getAddress(), this.coc.getPort(), this.coc.getCbs(), this.coc.getDatabase());
if (verbose) {
Helper.setMeldung(null, Helper.getTranslation("CatalogueUsage") + ": ", this.coc.getDescription());
}
GetOpac myOpac = new GetOpac(cat);
myOpac.setData_character_encoding(this.coc.getCharset());