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

--- Comment #4 from Frédéric Demians <[email protected]> 2011-05-13 14:14:39 
UTC ---
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.

See proposed patch.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to