From: Adam Dickmeiss Date: Wed, 30 Jan 2008 20:00:55 +0000 (+0000) Subject: Fixed bug #395: ZOOM_record / OPAC record encoding problems. X-Git-Tag: YAZ.3.0.26~17 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=1318f44dd22ba2a86fd3946c8b2b01ba2370235e;hp=1318f44dd22ba2a86fd3946c8b2b01ba2370235e Fixed bug #395: ZOOM_record / OPAC record encoding problems. The function yaz_opac_decode_wrbuf now uses the iconv handle as used by the yaz_mart_t handle to char convert the strings in the OPAC records (ASN.1). Presumaby this string data has same encoding as the embedded ISO2709 record. ---