Skip to content

Instantly share code, notes, and snippets.

@ScoreUnder
Last active May 2, 2017 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ScoreUnder/274d2063a571fcb9e537edcb2aa121f0 to your computer and use it in GitHub Desktop.
Save ScoreUnder/274d2063a571fcb9e537edcb2aa121f0 to your computer and use it in GitHub Desktop.
Halfwidth-to-fullwidth text converter
perl -CS -Mutf8 -pe'y/ !-~/ !-~/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment