5a1b65d089
Automate testing of any PR's. Updated README's explaining new processes.
14 lines
316 B
HTML
14 lines
316 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 - ��</p>
|
|
<p>no trailing pair - �no tail</p>
|
|
<p>no leading pair - no lead�</p>
|
|
</body>
|
|
</html>
|