blob: cce48dd0c54a1541ce120ece179585b02582e8c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
SPECIAL-CHARACTERS() SPECIAL-CHARACTERS()
NNAAMMEE
special-characters - test special characters
SSEEEE AALLSSOO
In mercurial the following substitutions are in use:
.. |hg(1)| replace:: **hg**\ (1)
.. |hgrc(5)| replace:: **hgrc**\ (5)
.. |hgignore(5)| replace:: **hgignore**\ (5)
resulting in.
hhggiiggnnoorree_(_5_),, hhggrrcc_(_5_)
DDEESSCCRRIIPPTTIIOONN
encodings are problematic as alway.
+o accents:
+o right: '
+o left: `
+o quotes:
+o straight: '
+o double: "
+o single: ` '
+o double: " "
Some text afterwards, test.txt ended with quotes test. Unicode breaks
the man processing chain. The display ends with ssiinnggllee:: .
SPECIAL-CHARACTERS()
|