Help for this page

Select Code to Download


  1. or download this
    perl -ne 'print "\N{U+2022} $_"' todo.txt
    
  2. or download this
    perl -MEncode -ne 'print encode('utf8',"\N{U+2022}"), " $_"' todo.txt