chore(unitproc/bkt-replace_apostrophes)
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Thu, 25 Jan 2024 23:38:47 +0000 (23:38 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Thu, 25 Jan 2024 23:38:47 +0000 (23:38 +0000)
unitproc/bkt-replace_apostrophes

index f045c1b410fa8db0d87ab34264ddaf00e7ff6ea7..aa7b3ece966016b355fd8fefc1515b7fafe9ff02 100644 (file)
@@ -5,7 +5,7 @@ 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)