author | Petr Baudis <pasky@suse.cz> | |
Wed, 1 Oct 2008 20:11:54 +0000 (22:11 +0200) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 3 Oct 2008 00:16:50 +0000 (17:16 -0700) | ||
commit | 25dfd171d646c38f9344d8e3d8ae0fdf179dd281 | |
tree | 44c87e36b3f3fe7e627330c887e5de5c287b9d74 | tree | snapshot |
parent | 5e22e21769454857e00bc55be1f2eef8d873ba72 | commit | diff |
gitweb: Quote non-displayable characters in hex, not octal
For the last 30 years, the mankind uses the octal representation of
characters only in rare cases and most character codes are hardly
recognizable in octal. In contrast, many programmers still know
hexadecimal well and that is also the representation of choice e.g.
for Unicode codepoints.
Signed-off-by: Petr Baudis <petr.baudis@novartis.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
For the last 30 years, the mankind uses the octal representation of
characters only in rare cases and most character codes are hardly
recognizable in octal. In contrast, many programmers still know
hexadecimal well and that is also the representation of choice e.g.
for Unicode codepoints.
Signed-off-by: Petr Baudis <petr.baudis@novartis.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
gitweb/gitweb.perl | diff | blob | history |