about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2022-06-24 14:54:35 +0530
committerArun Isaac2022-06-24 14:54:35 +0530
commitb354c02ace3b1f722178b496cffb9a2f11921d0d (patch)
treec728e609189379cdcae806b7117d62bdffd49126
parentde40cd45485aff71a63b444b7f3a8c493c4e0d21 (diff)
downloadgn-transform-databases-b354c02ace3b1f722178b496cffb9a2f11921d0d.tar.gz
Delete vertical tab character in publication abstracts.
* dump.scm (dump-publication): Delete vertical tab character in
abstracts.
-rwxr-xr-xdump.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/dump.scm b/dump.scm
index 40c8003..2a893ae 100755
--- a/dump.scm
+++ b/dump.scm
@@ -476,7 +476,11 @@ must be remedied."
     (set gn:abstract
          ;; TODO: Why are there unprintable characters?
          (delete-substrings (field Publication Abstract)
-                            "\x01"))))
+                            "\x01"
+                            ;; \v is a vertical tab
+                            ;; character. Microsoft Word probably
+                            ;; still uses this.
+                            "\v"))))
 
 (define-dump dump-publish-xref
   (tables (PublishXRef