]> 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>
Sat, 21 Jan 2012 05:33:14 +0000 (00:33 -0500)
commit1c1fe0b842eec862d30b01605f2cb871c3a6bc30
treeb01e24b6237483c97ac079f039514c2374ea62df
parent719528569009f068357682ef64eacfc1b1954392
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>
(cherry picked from commit d00c44bb2ef62dae5b664458ae8311260dd3b9f6)

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