| 1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- This file is part of the DITA Open Toolkit project.
- See the accompanying license.txt file for applicable licenses.
- -->
- <configuration>
- <alphabet char-set="SymbolsSuperscript">
- <character-set>
- <!-- Copyright -->
- <character>©</character>
- <!-- Registered Trademark -->
- <character>®</character>
- <!-- Trademark -->
- <character>™</character>
- <!-- Service mark -->
- <character>ࡈ</character>
- </character-set>
- </alphabet>
- <alphabet char-set="SubmenuSymbol">
- <character-set>
- <character>➤</character>
- </character-set>
- </alphabet>
- </configuration>
|