Fix D''ARREST so that it becomes D'ARREST

This commit is contained in:
Brandon Rhodes 2015-02-08 11:58:35 -05:00
parent 95199b0114
commit 19248ff89e
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ BEGIN {
/^ *BLTNAM/ {
sub("[^']*", "")
gsub(/''/, "\\'")
print " (" n ", " $0 "),"
}

View File

@ -422,7 +422,7 @@ target_name_pairs = [
(1000014, 'CLARK'),
(1000015, 'COMAS SOLA'),
(1000016, 'CROMMELIN'),
(1000017, 'D''ARREST'),
(1000017, 'D\'ARREST'),
(1000018, 'DANIEL'),
(1000019, 'DE VICO-SWIFT'),
(1000020, 'DENNING-FUJIKAWA'),