[Bug 15430] New: MARC21: Abbreviated names missing ending . in XSLT views
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15430 Bug ID: 15430 Summary: MARC21: Abbreviated names missing ending . in XSLT views Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org Example: A person's second name is abbreviated: 100 $aHuber, Peter M. This will display as: von Huber, Peter M Our XSLT is too greedy in removing the . at the end of fields in this case. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15430 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I think the problem is in SubfieldSelect in the Utils file. It's hard to come up with a good condition for when to keep the . and when to remove it. Something that could work in most cases: if the . is preceded by a space and a capital letter (' [A-Z]'), then keep it. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org