Skip to content

Commit 42f5f10

Browse files
authored
Set up redirect
1 parent 6ec8d4c commit 42f5f10

1 file changed

Lines changed: 6 additions & 178 deletions

File tree

‎scripts-to-encode.html‎

Lines changed: 6 additions & 178 deletions
Original file line numberDiff line numberDiff line change
@@ -1,181 +1,9 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
1+
<!doctype html>
2+
<html>
33
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Scripts to Encode | Script Encoding Initiative</title>
7-
<meta name="description" content="Encoding scripts in Unicode since 2002.">
8-
9-
<link rel="shortcut icon" href="static/img/favicon.ico" type="image/x-icon">
10-
<link rel="stylesheet" href="static/css/main.css" media="all">
11-
4+
<meta http-equiv="refresh" content="0; url=https://sei.berkeley.edu/scripts-to-encode/" />
5+
<link rel="canonical" href="https://sei.berkeley.edu/scripts-to-encode/" />
6+
<script>window.location.replace("https://sei.berkeley.edu/scripts-to-encode/");</script>
127
</head>
13-
<body>
14-
<nav class="navbar">
15-
<div class="navbar__inner">
16-
<a class="navbar__logo" href="/">Script Encoding Initiative</a>
17-
18-
<div class="navbar__mobile-options">
19-
<div class="navbar__button dark-toggle" aria-label="toggle dark theme">
20-
<img src="static/img/moon.svg" alt="">
21-
</div>
22-
<button class="navbar__button navbar__hamburger" aria-expanded="false" aria-label="toggle menu">
23-
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#333333">
24-
<path d="M0 0h24v24H0z" fill="none"/>
25-
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
26-
</svg>
27-
</button>
28-
</div>
29-
30-
<div class="navbar__links">
31-
32-
<a class="navbar__link " href="scripts-to-encode.html">
33-
Scripts to encode
34-
</a>
35-
<a class="navbar__link " href="progress.html">
36-
Progress
37-
</a>
38-
<a class="navbar__link " href="utc-reports.html">
39-
UTC Reports
40-
</a>
41-
<a class="navbar__link " href="news.html">
42-
News
43-
</a>
44-
<a class="navbar__link " href="press.html">
45-
Press
46-
</a>
47-
<a class="navbar__link " href="about-us.html">
48-
About us
49-
</a>
50-
<a class="navbar__link " href="how-to-donate.html">
51-
Donate
52-
</a>
53-
54-
<div class="navbar__button dark-toggle" aria-label="toggle dark theme">
55-
<img src="static/img/moon.svg" alt="">
56-
</div>
57-
58-
</div>
59-
</div>
60-
61-
<div class="navbar__mobile-links">
62-
63-
</div>
64-
65-
</nav>
66-
67-
68-
<div class="container-sm">
69-
<h1>Scripts to Encode</h1>
70-
71-
<img src="static/img/twodocs.jpg" class="smallimg" / >
72-
73-
<p>The SEI maintains:</p>
74-
<ul>
75-
<li>
76-
<p>an <a href="scripts-not-encoded.html">Alphabetical List of Scripts Not Yet Encoded</a>,</p>
77-
</li>
78-
<li>
79-
<p>a <a href="scripts-encoded.html">List of Scripts encoded in Unicode (ISO/IEC 10646) with SEI Assistance</a>,</p>
80-
</li>
81-
<li>
82-
<p>The Unicode CLDR Project maintains a list of <a href="http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/scripts_and_languages.html">languages and scripts</a>.</p>
83-
</li>
84-
<li>
85-
<p>See also Anshuman Pandey's <a href="https://pandey.github.io/unicode/">Expanding Unicode</a> and</p>
86-
</li>
87-
</ul>
88-
<p>Everson's <a href="http://www.evertype.com/formal.html">Papers Formally Submitted</a> to the UTC and ISO/IEC 10646 JTC 1/SC2/WG2, for more recently revised proposals.</p>
89-
<ul>
90-
<li>
91-
<p>For information on modern languages, see the <a href="http://www.ethnologue.com/">Ethnologue</a> entries, and follow the links for the &quot;Search the Web&quot; version.</p>
92-
</li>
93-
<li>
94-
<p>For further information on historic and constructed languages (with links to the modern languages in the Ethnologue) see the <a href="http://linguistlist.org/forms/langs/find-a-language-or-family.cfm">LinguistList website</a>.</p>
95-
</li>
96-
<li>
97-
<p>The <a href="http://www.unicode.org/roadmaps">Roadmap</a> contains the official list of scripts needing encoding. The Roadmap organizes the scripts in different planes, with proportional maps of actual and proposed allocations to Unicode (ISO/IEC 10646): most modern scripts are found in the <a href="http://www.unicode.org/roadmaps/bmp/">Basic Multilingual Plane</a> (BMP, or Plane 0). Many archaic scripts are located in the <a href="http://www.unicode.org/roadmaps/smp/">Supplementary Multilingual Plane</a> (SMP, or Plane 1).</p>
98-
</li>
99-
<li>
100-
<p>On the Roadmap, the scripts listed with question marks surrounding them in red identify those scripts that currently lack a detailed proposal. The names with green also need further work, i.e., expert review and additional research. Clicking on any underlined name will take you to the proposal. Some scripts may still be missing from the Roadmap.</p>
101-
</li>
102-
</ul>
103-
<h2>Input needed from experts</h2>
104-
<p>Input is needed from specialists on any outstanding scripts. This can be in the form of (a) comments on outstanding script proposals, (b) information in support of an ongoing proposal, (c) letters in support of a specific proposal, or (d) actual writing of a proposal.</p>
105-
<p>The full list of unencoded scripts is in the <a href="scripts-not-encoded.html">alpha-script-list</a>. The type of feedback needed by scholars and users is in the list of <a href="proposal-questions.html">Proposal Questions</a>.</p>
106-
<p>If you would like to write a letter of support for a specific proposal, please <a href="mailto:[email protected]">email us</a>.</p>
107-
<p>(c) If you would like to write a proposal, please review the Unicode guidelines, look through some of the proposals found on Michael Everson's &quot;Papers Formally Submitted to the UTC and ISO/IEC 10646 JTC 1/SC2/WG2&quot; at <a href="http://www.evertype.com/formal.html">http://www.evertype.com/formal.html</a> or those on Anshuman Pandey's &quot;Digital Standards for South Asian Writing Systems&quot; at <a href="http://linguistics.berkeley.edu/~pandey/">http://linguistics.berkeley.edu/~pandey/</a>, then send an email to Deborah Anderson (<a href="mailto:[email protected]">[email protected]</a>).</p>
108-
<p>If you are new to Unicode, it is advisable to read the beginning chapters of the Unicode Standard (available online on the Unicode website, <a href="http://www.unicode.org/standard/standard.html">http://www.unicode.org/standard/standard.html</a>). If you intend to become involved in writing proposals, be sure to review the <a href="http://www.unicode.org/policies/policies.html">Unicode Consortium Policies</a>, and <a href="http://www.unicode.org/pending/proposals.html">Proposal Guidelines</a>.</p>
109-
110-
111-
<br><hr>
112-
<a href=".">&larr; Back home</a>
113-
</div>
114-
115-
<footer class="footer">
116-
117-
<div class="footertop"
118-
<p><a href="how-to-donate.html">Join</a> our <a href="donors.html">donors</a> today and help to promote native-language education, universal literacy and cultural preservation. Many thanks to:</p>
119-
<br / >
120-
</div>
121-
<div class="logos">
122-
<img class="logo" src="static/img/neh_logo.png"/>
123-
<img class="logo" src="static/img/adobe.svg" />
124-
<img class="logo" src="static/img/unesco.svg" />
125-
<img class="logo" src="static/img/wikimedia_foundation.svg" />
126-
<img class="logo" src="static/img/google_2015.svg" />
127-
<img class="logo" src="static/img/luce.jpeg" />
128-
<img class="logo" src="static/img/monotype.jpeg" />
129-
</div>
130-
</footer>
131-
132-
<script>
133-
const ham = document.querySelector('.navbar__hamburger')
134-
const menu = document.querySelector('.navbar__mobile-links')
135-
const darkToggleButtons = document.querySelectorAll('.dark-toggle')
136-
137-
function changeDarkToggleBtnIcon () {
138-
darkToggleButtons.forEach(btn => {
139-
if (btn.querySelector('img').src.indexOf('static/img/moon.svg') !== -1) {
140-
btn.querySelector('img').src = "static/img/sun.svg"
141-
} else {
142-
btn.querySelector('img').src = "static/img/moon.svg"
143-
}
144-
})
145-
}
146-
147-
if (
148-
localStorage.prefsDark === 'true' ||
149-
(
150-
window.matchMedia &&
151-
window.matchMedia('(prefers-color-scheme: dark)').matches &&
152-
localStorage.prefsDark !== 'false')
153-
) {
154-
document.body.classList.add('dark')
155-
changeDarkToggleBtnIcon()
156-
}
157-
158-
ham.addEventListener('click', () => {
159-
menu.classList.toggle('navbar__mobile-links--open')
160-
161-
let prevState = JSON.parse(ham.getAttribute('aria-expanded'))
162-
ham.setAttribute('aria-expanded', !prevState)
163-
})
164-
165-
darkToggleButtons.forEach(btn => {
166-
btn.addEventListener('click', () => {
167-
changeDarkToggleBtnIcon()
168-
169-
if (document.body.classList.contains('dark')) {
170-
document.body.classList.remove('dark')
171-
localStorage.prefsDark = 'false'
172-
} else {
173-
document.body.classList.add('dark')
174-
localStorage.prefsDark = 'true'
175-
}
176-
177-
})
178-
})
179-
</script>
180-
</body>
8+
<body></body>
1819
</html>

0 commit comments

Comments
 (0)