1.. |br|     raw:: html        .. force a line break in HTML output (blank lines needed here)
2
3   <br style="clear:both" />
4
5.. These are replacement strings for non-ASCII characters used within the project
6   using the same name as the html entity names (e.g., &copy;) for that character
7
8.. |copy|   unicode:: U+000A9 .. COPYRIGHT SIGN
9   :ltrim:
10.. |trade|  unicode:: U+02122 .. TRADEMARK SIGN
11   :ltrim:
12.. |reg|    unicode:: U+000AE .. REGISTERED TRADEMARK SIGN
13   :ltrim:
14.. |deg|    unicode:: U+000B0 .. DEGREE SIGN
15   :ltrim:
16.. |plusminus|  unicode:: U+000B1 .. PLUS-MINUS SIGN
17   :rtrim:
18.. |micro|  unicode:: U+000B5 .. MICRO SIGN
19   :rtrim:
20.. |check|  unicode:: U+02714 .. HEAVY CHECK MARK
21   :rtrim:
22.. |oplus|  unicode:: U+02295 .. CIRCLED PLUS SIGN
23.. |rarr|   unicode:: U+02192 .. RIGHTWARDS ARROW
24