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)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 13 Jan 2012 10:21:48 +0000 (11:21 +0100)
commitd785d9d57dad2d529b1dd243c6ce3c4ddce3bc80
treef52085c5124ebaca8d765d4c269abc0392a312c6
parent1f0bad091b3e16f278ae14a12ca1a93525ccdfff
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>
C4/Output.pm