Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alex D
GHC
Commits
767eb829
Commit
767eb829
authored
Nov 25, 2009
by
Simon Marlow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add docs for Unicode entities in #2978
parent
64d2110d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
0 deletions
+55
-0
docs/users_guide/glasgow_exts.xml
docs/users_guide/glasgow_exts.xml
+55
-0
No files found.
docs/users_guide/glasgow_exts.xml
View file @
767eb829
...
...
@@ -351,6 +351,15 @@ Indeed, the bindings can even be recursive.
<entry>
Name
</entry>
</row>
</thead>
<!--
to find the DocBook entities for these characters, find
the Unicode code point (e.g. 0x2237), and grep for it in
/usr/share/sgml/docbook/xml-dtd-*/ent/* (or equivalent on
your system. Some of these Unicode code points don't have
equivalent DocBook entities.
-->
<tbody>
<row>
<entry><literal>
::
</literal></entry>
...
...
@@ -399,6 +408,52 @@ Indeed, the bindings can even be recursive.
<entry>
MIDLINE HORIZONTAL ELLIPSIS
</entry>
</row>
</tbody>
<tbody>
<row>
<entry>
-
<
</entry>
<entry>
↢
</entry>
<entry>
0x2919
</entry>
<entry>
LEFTWARDS ARROW-TAIL
</entry>
</row>
</tbody>
<tbody>
<row>
<entry>
>
-
</entry>
<entry>
↣
</entry>
<entry>
0x291A
</entry>
<entry>
RIGHTWARDS ARROW-TAIL
</entry>
</row>
</tbody>
<tbody>
<row>
<entry>
-
<<
</entry>
<entry></entry>
<entry>
0x291B
</entry>
<entry>
LEFTWARDS DOUBLE ARROW-TAIL
</entry>
</row>
</tbody>
<tbody>
<row>
<entry>
>>
-
</entry>
<entry></entry>
<entry>
0x291C
</entry>
<entry>
RIGHTWARDS DOUBLE ARROW-TAIL
</entry>
</row>
</tbody>
<tbody>
<row>
<entry>
*
</entry>
<entry>
★
</entry>
<entry>
0x2605
</entry>
<entry>
BLACK STAR
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</sect2>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment