[Koha-bugs] [Bug 11944] Cleanup Koha UTF-8

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 16 17:14:15 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11944

Paola Rossi <paola.rossi at cineca.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Patch doesn't apply

--- Comment #106 from Paola Rossi <paola.rossi at cineca.it> ---
I'm sorry, but I see the problem again with the new patches.
The problem is still on the 17-th patch, about the same pl:

Applying: Bug 11944: use CGI( -utf8 ) everywhere
fatal: sha1 information is lacking or useless (opac/opac-sendshelf.pl).
Repository lacks necessary blobs to fall back on 3-way merge.
Cannot fall back to three-way merge.
Patch failed at 0001 Bug 11944: use CGI( -utf8 ) everywhere
-----------------------------------------------------------------------------
This is the opac/opac-sendshelf.pl from 20-th line on:

use strict;
use warnings;

use CGI;
use Encode;
use Carp;
....
-----------------------------------------------------------------------------
whilest these are the lines searched by the 17-th patch:

-use CGI;
-use Encode qw(decode encode);

-----------------------------------------------------------------------------
So I pass the patch to "Patch doesn't apply" status.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list