summaryrefslogtreecommitdiff
path: root/test/charasbytes.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/charasbytes.awk')
-rwxr-xr-xtest/charasbytes.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/charasbytes.awk b/test/charasbytes.awk
new file mode 100755
index 00000000..feb195c8
--- /dev/null
+++ b/test/charasbytes.awk
@@ -0,0 +1 @@
+{ print gensub(/\xE2\x80./, "ZZZ", "g", $0) }