X-Git-Url: http://git.droids-corp.org/?p=diff2html.git;a=blobdiff_plain;f=diff2html.py;fp=diff2html.py;h=71ac19a3343b450c0d07a1a2683531caa9167129;hp=3ab4957031e49a1df69f978c19ca4b9680356d1a;hb=659c1a60bdf4fc73098bc97b48db70b68d82ad23;hpb=60f5d503ccff54432db3cf33b90a6cd39f5d9720 diff --git a/diff2html.py b/diff2html.py index 3ab4957..71ac19a 100644 --- a/diff2html.py +++ b/diff2html.py @@ -19,7 +19,7 @@ # Transform a unified diff from stdin to a colored # side-by-side HTML page on stdout. # -# Authors: Olivier MATZ +# Authors: Olivier Matz # Alan De Smet # Sergey Satskiy # scito @@ -29,7 +29,7 @@ # # TODO: # - The sane function currently mashes non-ASCII characters to "." -# Instead be clever and convert to something like "xF0" +# Instead be clever and convert to something like "xF0" # (the hex value), and mark with a . Even more clever: # Detect if the character is "printable" for whatever definition, # and display those directly.