index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
charasbytes.awk
blob: feb195c83facc55cf0296e349e0504e29a923a45 (
plain
)
1
{
print
gensub
(
/\xE2\x80./
,
"ZZZ"
,
"g"
,
$0
)
}