Fix #5: replace badly encoded characters manua17.11.x
authorJonathan Druart <jonathan.druart@gmail.com>
Wed, 10 Jan 2018 18:31:18 +0000 (15:31 -0300)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 10 Jan 2018 19:20:20 +0000 (08:20 +1300)
(cherry picked from commit b178a5839032b7653e6184486a397283b357c8d7)

en/source/02_administration.rst

index 10cc0d2..4be1a8d 100644 (file)
@@ -15579,7 +15579,7 @@ Match Points are the criteria that you enter that must be met in order
 for an incoming record to match an existing MARC record in your catalog.
 You can have multiple match points on an import rule each with its own
 score. An incoming record will be compared against your existing records
-(â\80\98one record at a timeâ\80\99) and given a score for each match point. When
+('one record at a time') and given a score for each match point. When
 the total score of the matchpoints matches or exceeds the threshold
 given for the matching rule, Koha assumes a good match and
 imports/overlays according your specifications in the import process. An
@@ -15616,7 +15616,7 @@ indexes are stale and out of date. The match checks go right for the
 data instead of relying on the data in the indexes. (If you fear your
 indexes are out of date, a rebuild of your indexes would be a great idea
 and solve that situation!) The other use for a Match Check is as a
\80\9cdouble checkâ\80\9d or â\80\9cvetoâ\80\9d of your matching rule. For example, if you have
+'double check' or 'veto' of your matching rule. For example, if you have
 a matching rule as below:
 
 Threshold of 1000
@@ -15628,7 +15628,7 @@ Match Check on 245$a
 Koha will first look at the 020$a tag/subfield to see if the incoming
 record matches an existing record. If it does, it will then move on to
 the Match Check and look directly at the 245$a value in the incoming
-data and compare it to the 245$a in the existing â\80\98matchedâ\80\99 record in
+data and compare it to the 245$a in the existing 'matched' record in
 your catalog. If the 245$a matches, Koha continues on as if a match was
 successful. If the 245$a does not match, then Koha concludes that the
 two records are not a match after all. The Match Checks can be a really
@@ -16247,7 +16247,7 @@ Additional Parameters
 Z39.50/SRU servers
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-Z39.50 is a clientâ\80\93server protocol for searching and retrieving
+Z39.50 is a client/server protocol for searching and retrieving
 information from remote computer databases, in short it's a tool used
 for copy cataloging.