Skip to content

Instantly share code, notes, and snippets.

@brablc
Created February 16, 2022 10:33
Show Gist options
  • Save brablc/875197b932089fb6297cb2166b84c7db to your computer and use it in GitHub Desktop.
Save brablc/875197b932089fb6297cb2166b84c7db to your computer and use it in GitHub Desktop.
Fix broken UTF-8 when copying text from PDF to Word on Mac
pbpaste | iconv -f utf8-mac -t utf-8//TRANSLIT | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment