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
Created attachment 33384 [details] [review] 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 Created attachment 33385 [details] [review] [SIGNED-OFF] 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. 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. Patch pushed to master. Thanks Fridolin! |