24 lines
361 B
HTML
24 lines
361 B
HTML
|
<!DOCTYPE html>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<meta charset="utf-8">
|
|||
|
<title>
|
|||
|
Issue #483 - surrogate pairs
|
|||
|
</title>
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<p>
|
|||
|
valid pair; no warning - 😍
|
|||
|
</p>
|
|||
|
<p>
|
|||
|
out of range pair - <20>
|
|||
|
</p>
|
|||
|
<p>
|
|||
|
no trailing pair - <20>no tail
|
|||
|
</p>
|
|||
|
<p>
|
|||
|
no leading pair - no lead<61>
|
|||
|
</p>
|
|||
|
</body>
|
|||
|
</html>
|