Bug 13224 - use TOUT-UF8 base for z3950 BNF server
Summary: use TOUT-UF8 base for z3950 BNF server
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Installation and upgrade (command-line installer) (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Fridolin Somers
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-07 17:41 UTC by Fridolin Somers
Modified: 2015-06-04 23:33 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 13224 - use TOUT-UF8 base for z3950 BNF server (4.18 KB, patch)
2014-11-07 17:47 UTC, Fridolin Somers
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 13224: use TOUT-UF8 base for z3950 BNF server (4.32 KB, patch)
2014-11-07 17:53 UTC, Tomás Cohen Arazi
Details | Diff | Splinter Review
[PASSED QA] Bug 13224: use TOUT-UF8 base for z3950 BNF server (4.42 KB, patch)
2014-11-08 06:28 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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 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 2014-11-10 15:02:46 UTC
Patch pushed to master.

Thanks Fridolin!