[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4 Biblio.pm,1.115.2.16,1.115.2.17
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/C4 Biblio.pm,1.115.2.16,1.115.2.17 |
Date: |
Mon, 01 Aug 2005 08:15:48 -0700 |
Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32509/C4
Modified Files:
Tag: rel_2_2
Biblio.pm
Log Message:
adding decoder for Ä string
Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.115.2.16
retrieving revision 1.115.2.17
diff -C2 -r1.115.2.16 -r1.115.2.17
*** Biblio.pm 28 Jul 2005 19:56:15 -0000 1.115.2.16
--- Biblio.pm 1 Aug 2005 15:15:43 -0000 1.115.2.17
***************
*** 2479,2482 ****
--- 2479,2483 ----
s/\xc4\x6e/ñ/gm;
s/\xc4\x6f/õ/gm;
+ s/\xc8\x41/Ä/gm;
s/\xc8\x45/Ë/gm;
s/\xc8\x49/Ï/gm;
***************
*** 2725,2728 ****
--- 2726,2732 ----
# $Id$
# $Log$
+ # Revision 1.115.2.17 2005/08/01 15:15:43 tipaul
+ # adding decoder for Ä string
+ #
# Revision 1.115.2.16 2005/07/28 19:56:15 tipaul
# * removing a useless & CPU consuming call to MARCgetbiblio
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 Biblio.pm,1.115.2.16,1.115.2.17,
Paul POULAIN <=