Apply [ 125 ] respect automatic table column sizing also in html4css1.
[docutils.git] / docutils / test / functional / input / data / unicode.txt
blobbed6a8c08ae3c1fb729f970615c7d25c535bce2d
1 Non-ASCII characters
2 --------------------
4 Punctuation and footnote symbols
6 = ===================================
7 – en-dash
8 — em-dash
9 ‘ single turned comma quotation mark
10 ’ single comma quotation mark
11 ‚ low single comma quotation mark
12 “ double turned comma quotation mark
13 ” double comma quotation mark
14 „ low double comma quotation mark
15 † dagger
16 ‡ double dagger
17 ♦ black diamond suit
18 ♥ black heart suit
19 ♠ black spade suit
20 ♣ black club suit
21 … ellipsis
22 ™ trade mark sign
23 ⇔ left-right double arrow
24 = ===================================
27 The `Latin-1 extended` Unicode block
29 ===  =  =  =  =  =  =  =  =  =  =
30  ..  0  1  2  3  4  5  6  7  8  9
31 ---  -  -  -  -  -  -  -  -  -  -
32 160     ¡  ¢  £     ¥  ¦  §  ¨  ©
33 170  ª  «  ¬  ­  ®  ¯  °  ±  ²  ³
34 180  ´  µ  ¶  ·  ¸  ¹  º  »  ¼  ½
35 190  ¾  ¿  À  Á  Â  Ã  Ä  Å  Æ  Ç
36 200  È  É  Ê  Ë  Ì  Í  Î  Ï  Ð  Ñ
37 210  Ò  Ó  Ô  Õ  Ö  ×  Ø  Ù  Ú  Û
38 220  Ü  Ý  Þ  ß  à  á  â  ã  ä  å
39 230  æ  ç  è  é  ê  ë  ì  í  î  ï
40 240  ð  ñ  ò  ó  ô  õ  ö  ÷  ø  ù
41 250  ú  û  ü  ý  þ  ÿ
42 ===  =  =  =  =  =  =  =  =  =  =
44 * The following line should not be wrapped, because it uses
45   no-break spaces (\\u00a0):
47   X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
49 * Line wrapping with/without breakpoints marked by soft hyphens
50   (\\u00ad):
52   pdn­derd­mdtd­ri­schpdn­derd­mdtd­ri­schpdn­derd­mdtd­ri­schpdn­derd­mdtd­ri­schpdn­derd­mdtd­ri­sch
54   pdnderdmdtdrischpdnderdmdtdrischpdnderdmdtdrischpdnderdmdtdrischpdnderdmdtdrisch
56 * The currency sign (\\u00a4) is not supported by all fonts
57   (some have an Euro sign at its place). You might see an error
58   like::
60     ! Package textcomp Error: Symbol \textcurrency not provided by
61     (textcomp)                font family ptm in TS1 encoding.
62     (textcomp)                Default family used instead.
64   (which in case of font family ptm is a false positive). Add either
66   :warn: turn the error in a warning, use the default symbol (bitmap), or
67   :force,almostfull: use the symbol provided by the font at the users
68                      risk,
70   to the document options or use a different font package.