[Koha-bugs] [Bug 9498] Update encoding for Norwegian sample Z39.50 servers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 13 13:45:53 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9498

--- Comment #1 from Magnus Enger <magnus at enger.priv.no> ---
Created attachment 15296
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15296&action=edit
Bug 9498 - Update encoding for Norwegian sample Z39.50 servers

The encoding for sample Z39.50 servers loaded when doing a nb-NO
install has been wrong all along, resulting in "norwegian vowels"
(æøå) being displayed as weird chars when records are fetched via
Z39.50.

This patch
- Updates the sample servers installed by the web installer
- Does a database upgrade that changes the encoding for the servers
  in question

To test:
- Do a Norwegian installation and make sure to choose the optional
  sample Z39.50 targets
- Check that encodings for the Norwegian targets (BIBSYS, SAMBOK,
  NORBOK and DEICHMAN) are all set to ISO_6937 (which is the wrong
  encoding)
- Apply this patch and make sure updatadatabase.pl is run
- Check that the encoding for the four targets mentioned above are
  now ISO_8859-1
- Do one search against each target and check that there are no
  "strange" chars in the result list. Searching each of the targets
  for "hessen" should give results that include "norwegian vowels"
- Log on to the MySQL of the test installation and empty the table
  of Z39.50 targets:
  mysql> delete from z3950servers;
- Load this file into MySQL from the command line:
  installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.sql
  and check that it loads without errors and that the four
  Norwegian targets are still set to have encoding = ISO_8859-1

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list