]> git.koha-community.org Git - koha.git/commit
(bug #3183) fix the SetMarcUnicodeFlag function
authorNahuel ANGELINETTI <nahuel.angelinetti@biblibre.com>
Mon, 4 May 2009 09:22:15 +0000 (11:22 +0200)
committerGalen Charlton <galen.charlton@liblime.com>
Fri, 8 May 2009 13:23:14 +0000 (08:23 -0500)
commit1a4e67c143e427ac922ff0160c59839b0b2a3eed
tree666683ab063ecbdb19753dc9157cbff94e61e7ea
parent15d95fdd0e9968e90c1df814a088056421329159
(bug #3183) fix the SetMarcUnicodeFlag function

This patch fix the funciton SetMarcUnicodeFlag for UNIMARC support, now the function will fix the length of the field, and set encoding as "50  " instead of "5050".

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Charset.pm