File: utf8.html

package info (click to toggle)
texlive-doc 2009-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 192,004 kB
  • ctags: 4,774
  • sloc: perl: 12,760; xml: 11,870; makefile: 1,033; lisp: 394; sh: 229; awk: 205; java: 159; sed: 4
file content (36 lines) | stat: -rw-r--r-- 1,140 bytes parent folder | download | duplicates (4)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>UTF8 file</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
</head>
<body>
<h1>Handling UTF-8 files</h1>
<p>The word Russian (Русский) in Cyrillic: <br>
Using ISO Cyrillic set: 
Русский  <br>                    
Using XML Unicode entities: 
Русский 
</p>
<h2>Russian-English correspondence</h2>

<p>◆&nbsp; Ъ ъ Э э Е е Р р Т т Й й У у И и О о П п</p>

<p>◆&nbsp; А а С с Д д Ф ф Г  г Х х J j К  к Л л</p>

<p>◆&nbsp; З  з Ы ы Ь ь В в Б б Н  н М м</p>

<p>◆&nbsp; Я     Ё    Ю   Э   я   ё  ю  э   ч   Ч   ш  Ш  ц  Ц    щ      Щ    </p>
<h2>Greek-English correspondence</h2>

<p>●&nbsp;Q q  Ω ω Ε ε Ρ ρ Τ τ Υ υ Ι ι Ο ο Π π</p>

<p>●&nbsp;Α α Σ σ Δ δ Φ φ Γ γ Η η J j Κ κ Λ λ</p>

<p>●&nbsp;Ζ ζ Ξ ξ Χ χ V v Β β Ν ν  Μ μ</p>
<h2>Math characters</h2>
<p>And here is one of Maxwell's equations: 
∇·B=0</p>
</body>
</html>