iconv -t UTF-8 --byte-subst="&#x%X;" target-file| grep "term"This may not be perfect, but I found this useful enough for my purposes. If this doesn't work, don't forget to try specifying -f.
...
iconv -t UTF-8 --byte-subst="&#x%X;" target-file| grep "term"This may not be perfect, but I found this useful enough for my purposes. If this doesn't work, don't forget to try specifying -f.
No comments:
Post a Comment