]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Index leading articles with apostrophes correctly
authorDan Scott <dscott@laurentian.ca>
Thu, 10 Nov 2011 06:05:40 +0000 (01:05 -0500)
committerDan Scott <dscott@laurentian.ca>
Mon, 14 Nov 2011 21:45:57 +0000 (16:45 -0500)
commitf67f85dd9dca7bb3f0683ccbe33a7b03bcbdd289
tree874fa2bacabbf87a77b44f78f39c869e8aa25234
parent8f2a17b6fa2978a867ba7178b0fbc196a968fd7b
Index leading articles with apostrophes correctly

Titles with non-filing characters used to get separated by spaces; not a
problem in English with leading articles like "The" and "A" which are
followed by spaces anyway, but a significant problem for French where
"L'année" is not supposed to be turned into "L' année".

To combat this, we define a titleNonfiling variant in the MODS32
stylesheets that ignores the second indicator and does not wrap leading
articles in the nonSort element, avoiding the injection of unwanted
spaces.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/953.data.MODS32-xsl.sql
Open-ILS/xsl/MARC21slim2MODS32.xsl