This repository has been archived by the owner on May 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunicode.html
82 lines (65 loc) · 2.78 KB
/
unicode.html
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content=
"HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
<title>UNICODE</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="../css/reset.css" rel="stylesheet" type="text/css" />
<link href="../css/style1.css" rel="stylesheet" type="text/css" />
<link href="../img/favicon.ico" rel="SHORTCUT ICON" />
<!-- <script type="text/javascript" src="js/eventsManager.js">
</script> -->
</head>
<body>
<div id="header">
<div id="sitebranding">
<h1>Unicode</h1>
</div>
<div id="tagline">
<p><strong>☃☺</strong></p>
</div>
</div><!-- end of header -->
<div id="wecando" class="shadow">
<ul>
<li><a href="../index.html">首页</a></li>
<li><a href="surfing.html">站点导航</a></li>
<li><a href="resources.html" class="focus">文档资料</a></li>
<li><a href="images.html">美图收藏</a></li>
<li><a href="music.html">OGG音乐</a></li>
<li><a href="about.html">关于</a></li>
</ul>
</div><!-- end of wecando -->
<div id="maincontainer">
<div id="maincontent">
<p>参考在线资源:</p>
<ol>
<li><a href=
"http://msdn.microsoft.com/en-us/library/xwy0e8f2(VS.80).aspx">
Unicode Support in the Compiler and Linker</a></li>
<li><a href=
"http://www.vckbase.com/document/viewdoc/?id=1733">VC++的Unicode编程</a></li>
<li><a href=
"http://www.vckbase.com/document/viewdoc/?id=642">UNICODE
编程入门</a></li>
</ol>
</div><!-- end of maincontent -->
</div><!-- end of maincontainer div -->
<div id="bottom">
<div class="tiny">
<p>Made with VIM.</p>
<p><a href="http://validator.w3.org/">Valid XHTML 1.0 Strict</a>
<span class="fun">推荐使用良好支持标准的浏览器</span><a href=
"http://www.mozillaonline.com/">获得Firefox</a></p>
<p><a rel="license" href=
"http://creativecommons.org/licenses/by-sa/2.5/cn/"><img alt=
"Creative Commons License" style="border-width:0" src=
"../img/80x15.png" /></a><br />
本作品采用<a rel="license" href=
"http://creativecommons.org/licenses/by-sa/2.5/cn/">知识共享署名-相同方式共享
2.5 中国大陆许可协议</a>进行许可。</p>
</div>
</div><!-- end of bottom div -->
</body>
</html>