diff options
| author | Tobias Werth <werth@cs.fau.de> | 2014-11-25 12:59:11 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-12-05 06:09:36 +0100 |
| commit | 4fe88cafeabe9fb2c997aa2a2e4994d56248ef0e (patch) | |
| tree | f3bb0bf91e101303d0057bfa2405049a290c844d /man7/ascii.7 | |
| parent | d6c9f01b6440e57ba9e737dd13648465087ecc75 (diff) | |
| download | man-pages-4fe88cafeabe9fb2c997aa2a2e4994d56248ef0e.tar.gz | |
ascii.7: tfix
The ' in the compact tables were not escaped correctly resulting in
UTF-8 in the ASCII table.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/ascii.7')
| -rw-r--r-- | man7/ascii.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/ascii.7 b/man7/ascii.7 index 93a404a32a..d0fbe6b7e5 100644 --- a/man7/ascii.7 +++ b/man7/ascii.7 @@ -138,9 +138,9 @@ For convenience, below are more compact tables in hex and decimal. 4: $ 4 D T d t 4: " , 6 @ J T ^ h r | 5: % 5 E U e u 5: # \- 7 A K U _ i s } 6: & 6 F V f v 6: $ . 8 B L V \` j t ~ -7: \' 7 G W g w 7: % / 9 C M W a k u DEL +7: \(aq 7 G W g w 7: % / 9 C M W a k u DEL 8: ( 8 H X h x 8: & 0 : D N X b l v -9: ) 9 I Y i y 9: \' 1 ; E O Y c m w +9: ) 9 I Y i y 9: \(aq 1 ; E O Y c m w A: * : J Z j z B: + ; K [ k { C: , < L \e l | |
