Skip to content

Instantly share code, notes, and snippets.

@zmughal
Created July 16, 2011 23:16
Show Gist options
  • Save zmughal/1086907 to your computer and use it in GitHub Desktop.
Save zmughal/1086907 to your computer and use it in GitHub Desktop.
Unicode underline
# Use diacritic for underlining
perl -CS -ple 's/./$&\x{332}/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment