]> Lady’s Gitweb - Gitweb/commit
gitweb: Quote non-displayable characters in hex, not octal
authorPetr Baudis <redacted>
Wed, 1 Oct 2008 20:11:54 +0000 (22:11 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:34 +0000 (00:07 -0400)
commit3a4a992415ebe43ac6af00d6eea6443034058bfe7b2fc82b00d60e94979a58e9
tree445b0bb8fd1b413bb2806fd43898cd740ab1daf7abb59266032871e6b4bf252f
parent2a8ab3c4d1bcb71a93cc7cca5a22dcd00a37e9f00c62b1e8a8b94cf474b7d9ee
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 <redacted>
Signed-off-by: Shawn O. Pearce <redacted>
gitweb.perl
This page took 0.167622 seconds and 4 git commands to generate.