aboutsummaryrefslogtreecommitdiff
path: root/gitweb/gitweb.css
diff options
context:
space:
mode:
authorJakub Narebski <jnareb@gmail.com>2006-11-08 11:50:07 +0100
committerJunio C Hamano <junkio@cox.net>2006-11-08 12:34:03 -0800
commit1d3bc0cc0aaa056ae07a08bccc056e62d42046e8 (patch)
tree3bc14a44ce51620afca58c1e520dc9b85515029c /gitweb/gitweb.css
parent403d0906e9876871a7913554be4caa93f21f1d15 (diff)
downloadgit-1d3bc0cc0aaa056ae07a08bccc056e62d42046e8.tar.gz
git-1d3bc0cc0aaa056ae07a08bccc056e62d42046e8.tar.xz
gitweb: Use character or octal escape codes (and add span.cntrl) in esc_path
Instead of simply hiding control characters in esc_path by replacing them with '?', use Character Escape Codes (CEC) i.e. alphabetic backslash sequences like those found in C programming language and many other languages influenced by it, such as Java and Perl. If control characted doesn't have corresponding character escape code, use octal char sequence to escape it. Alternatively, controls can be replaced with Unicode Control Pictures U+2400 - U+243F (9216 - 9279), the Unicode characters reserved for representing control characters when it is necessary to print or display them. Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'gitweb/gitweb.css')
0 files changed, 0 insertions, 0 deletions