Introduction
Statistics
Contact
Development
Disclaimer
Help
bencollver.fairuse.org home page
Check-in by ben on 2024-06-27 03:05:05
Add note about running these scripts in older versions of mawk.
INSERTED DELETED
5 0 readme.txt
5 0 TOTAL over 1 changed file
Index: readme.txt
==================================================================
--- readme.txt
+++ readme.txt
@@ -15,5 +15,10 @@
Linux:
$ cp recipe.mmf recipe.bak
$ iconv -f UTF-8 -t WINDOWS-1252 <recipe.bak >recipe.mmf
I tested this script in recent versions of gawk and mawk.
+
+Older versions of mawk cannot handle character class names.
+To run with older versions of mawk, edit like so:
+
+sed -i mmrtf.awk -e 's/\[:digit:]/0-9/g' -e 's/\[:space:]/ \\t/g'