[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.05-42-g27d0b20

Git repo owner gitmaster at git.koha-community.org
Sun Nov 29 21:58:40 CET 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.20.x has been updated
       via  27d0b204889dacc8cb4ad472a853b7f642b4b0ea (commit)
       via  2ceab7145e2c337a8737d2f3a4b20ff9a6c20315 (commit)
      from  ffa12f38437792b927e7189ec9fbe3f3429065a9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 27d0b204889dacc8cb4ad472a853b7f642b4b0ea
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Apr 29 12:35:00 2015 +0200

    Bug 14078: (followup) converting from ISO5426 is not complete
    
    Conversion of MARC from ISO5426 is defined in C4::Charset::char_decode5426().
    Each character or combined characters conversion is defined in a map.
    
    This patch adds missing conversions.
    
    See http://www.gymel.com/charsets/MAB2.html
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 636050f9be374fc15acad8b047c1ae227d38b225)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit 2ceab7145e2c337a8737d2f3a4b20ff9a6c20315
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Apr 29 12:24:23 2015 +0200

    Bug 14078: converting from ISO5426 is not complete
    
    Conversion of MARC from ISO5426 is defined in C4::Charset::char_decode5426().
    Each character or combined characters conversion is defined in a map.
    
    This patch changes some odd actual conversions.
    
    In char_decode5426(), only characters between 0xC0 and 0xDF will be used for combining with following charater :
      ($char >= 0xC0 && $char <= 0xDF)
    So conversion like "$chars{0x81d1}=0x00b0" will never be used.
    Rules for "h with breve below" use combining with 0xf9 but looks like the correct caracter is 0xd5.
    
    See http://www.gymel.com/charsets/MAB2.html
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 5e3882bcecede59f24a6b3c4aa9c4324390a29c3)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

-----------------------------------------------------------------------

Summary of changes:
 C4/Charset.pm |   49 ++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 42 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list