X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/blobdiff_plain/eb9061aeadb7e4be18098ff3063b5ec2b41d7c68..ff2218cf959027171b9c393d8d6572519a3caf6f:/unitproc/bkt-replace_apostrophes?ds=sidebyside diff --git a/unitproc/bkt-replace_apostrophes b/unitproc/bkt-replace_apostrophes index f045c1b..4e6c95b 100644 --- a/unitproc/bkt-replace_apostrophes +++ b/unitproc/bkt-replace_apostrophes @@ -1,11 +1,11 @@ #!/bin/bash # Function to replace contractions -replace_apostrophes() { +function replace_apostrophes() { # Desc: Replace ' with ʼ in contractions # Note: In contractions of UTF-8 text file, replaces U+0027 # APOSTROPHE with U+02BC MODIFIER LETTER APOSTROPHE - # Input: stdin + # Input: stdin # arg1 file path # Output: stdout # Version: 1.0.0 (BK-2020-03)