summaryrefslogtreecommitdiff
path: root/html/u8c.html
blob: 7f769dbdf2043450c5dc2dbef76b1b9268093b28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="UTF-8">
		<meta name="darkreader-lock">

		<link href="/favicon.ico" rel="icon" type="image/vnd.microsoft.icon">
		<link href="/apple-touch-icon.png" rel="apple-touch-icon" type="image/png">
		<title id="title">u8c | Achernar</title>

		<link href="/css/main.css" rel="stylesheet">
		<noscript>
			<link href="/css/noScript.css" rel="stylesheet">
		</noscript>
	</head>

	<body data-page="u8c" data-theme="Dark" id="body">
		<!--#include virtual="/include/frontPage.shtml"-->

		<div id="content">
			<p id="contentHeading">u8c</p>

			<section>
				<p><em>u8c</em> is a library for handling Unicode sequences in C.</p>
			</section>

			<!--#include virtual="/include/footer.shtml"-->
		</div>

		<!--#include virtual="/include/initScripts.shtml"-->
	</body>
</html>