]> git.ipfire.org Git - thirdparty/krb5.git/commit
Replace UTF-8 with ASCII
authorBen Kaduk <kaduk@mit.edu>
Tue, 6 Nov 2012 00:22:07 +0000 (19:22 -0500)
committerBen Kaduk <kaduk@mit.edu>
Wed, 14 Nov 2012 20:33:20 +0000 (15:33 -0500)
commitb1ba4ac45345d93ecbba22626843b06f32b2262d
treec87bb5773fc1c7a33778d23f374869db44d2eab3
parentccaf2682c79974cee368d2f3b0611dabc1361df5
Replace UTF-8 with ASCII

We try to restrict non-ASCII to names.

Python does not accept U+2013 EN DASH as indicating a command-line
argument; U+2D HYPHEN-MINUS is required.

Replace U+201C LEFT DOUBLE QUOTATION MARK and U+201D RIGHT
DOUBLE QUOTATION MARK with ordinary ASCII quotes.

ticket: 7433
tags: pullup
doc/tools/README