Bug 13224

Summary: use TOUT-UF8 base for z3950 BNF server
Product: Koha Reporter: Fridolin Somers <fridolin.somers>
Component: Installation and upgrade (command-line installer)Assignee: Fridolin Somers <fridolin.somers>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: tomascohen
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Trivial patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 13224 - use TOUT-UF8 base for z3950 BNF server
[SIGNED-OFF] Bug 13224: use TOUT-UF8 base for z3950 BNF server
[PASSED QA] Bug 13224: use TOUT-UF8 base for z3950 BNF server

Description Fridolin Somers 2014-11-07 17:41:18 UTC
For using z3950 BNF server with utf8 encoding, one must use "TOUT-UF8" base.
See http://www.bnf.fr/fr/professionnels/recuperation_donnees_bnf_boite_outils/a.profil_z3950_bnf.html
Comment 1 Fridolin Somers 2014-11-07 17:47:25 UTC Comment hidden (obsolete)
Comment 2 Tomás Cohen Arazi (tcohen) 2014-11-07 17:53:55 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-11-08 06:28:37 UTC
Created attachment 33391 [details] [review]
[PASSED QA] Bug 13224: use TOUT-UF8 base for z3950 BNF server

For using z3950 BNF server with utf8 encoding, one must use "TOUT-UF8" base.
See http://www.bnf.fr/fr/professionnels/recuperation_donnees_bnf_boite_outils/a.profil_z3950_bnf.html

Test plan :
- create a fresh koha install : UNIMARC and fr-FR with optional z3950 servers
- go to cataloguing
- click on "New from Z39.50/SRU"
- Perform searches on BNF2
=> Check that encoding is correct
- Choose a record and import
=> Check that encoding is correct

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Trivial database field change, that reflects BnF recommended settings.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
All instances have been changed. No problems found.
Comment 4 Tomás Cohen Arazi (tcohen) 2014-11-10 15:02:46 UTC
Patch pushed to master.

Thanks Fridolin!