]> git.koha-community.org Git - koha.git/commit
Bug 6098 Followup -- doesn't replace NSB/NSE by space
authorFrédéric Demians <f.demians@tamil.fr>
Fri, 13 May 2011 13:24:39 +0000 (15:24 +0200)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Wed, 18 Jan 2012 15:10:44 +0000 (10:10 -0500)
commitd00c44bb2ef62dae5b664458ae8311260dd3b9f6
treefbc4ee6770a54d4cedb407d0812eb0c0aee6d98a
parent17911a0e7d5f38796067bfa722d165d0c7a71f6d
Bug 6098 Followup -- doesn't replace NSB/NSE by space

On any page, NSB/NSE characters are replaced by space in Output.pm. It isn't a
good thing:

  - It isn't necessary since Zebra indexer handle properly those characters as
    delimiter.
  - It isn't necessary for display since XSL file already do that.
  - It isn't efficient since a regex is done on every whole page sent by Koha,
    not only on biblio record part.
  - It removes an information that librarian want to keep in their biblio
    records: any record edited in Koha loose its NSB/NSE characters.

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
(cherry picked from commit d785d9d57dad2d529b1dd243c6ce3c4ddce3bc80)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Output.pm