mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
42 lines
1001 B
HTML
42 lines
1001 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<style type="text/css"> p { margin: 5px 1em; width: 0; } </style>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<p>abcde-abcdef</p>
|
||
|
<p>abcd-abcdef</p>
|
||
|
<p>abcde-abcde</p>
|
||
|
<p>abcdef--abcdef</p>
|
||
|
<p>------abcdef<p>
|
||
|
|
||
|
<!-- U+058A is ARMENIAN HYPHEN -->
|
||
|
<p>abcde֊abcdef</p>
|
||
|
<p>abcd֊abcdef</p>
|
||
|
<p>abcde֊abcde</p>
|
||
|
<p>abcde֊֊abcdef</p>
|
||
|
<p>֊֊֊֊֊֊abcdef</p>
|
||
|
|
||
|
<!-- U+2010 is HYPHEN -->
|
||
|
<p>abcde‐abcdef</p>
|
||
|
<p>abcd‐abcdef</p>
|
||
|
<p>abcde‐abcde</p>
|
||
|
<p>abcde‐‐abcdef</p>
|
||
|
<p>‐‐‐‐‐‐abcdef</p>
|
||
|
|
||
|
<!-- U+2012 is FIGURE DASH -->
|
||
|
<p>abcde‒abcdef</p>
|
||
|
<p>abcd‒abcdef</p>
|
||
|
<p>abcde‒abcde</p>
|
||
|
<p>abcde‒‒abcdef</p>
|
||
|
<p>‒‒‒‒‒‒abcdef</p>
|
||
|
|
||
|
<p>abcde–abcdef</p>
|
||
|
<p>abcd–abcdef</p>
|
||
|
<p>abcde–abcde</p>
|
||
|
<p>abcde––abcdef</p>
|
||
|
<p>––––––abcdef</p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|