-
Notifications
You must be signed in to change notification settings - Fork 2
/
cuneifontexample.html
36 lines (35 loc) · 1.3 KB
/
cuneifontexample.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
<html>
<head>
<title>Cuneiform Font from modified transliteration</title>
</head>
<body>
<h1>Modified transliteration to cuneiform</h1>
How does it work?
<ul>
<li>Cuneiform sign variants can be created using the PaleoCodage encoding which can be tested <a href="https://situx.github.io/SemanticDictionary/cuneistrokeorder.html">here</a></li>
<li>PaleoCodage cuneiform sign variants get a distinct ID which is used to identify the character.</li>
<li>IDs are used as teh basis for the modified transliteration</li>
<li>A WOFF font is generated and included in this homepage so that the transliteration can be converted to cuneiform</li>
</ul>
Example transliteration:
<table><tr><td>
<span>
TAB_v1
</span>
</td>
<td>
<span class="costum">
TAB_v1
</span>
</td>
</tr>
</table>
<h2>Frequently Asked Questions</h2>
<ol>
<li>What happens when I copy the character? The modified transliteration is copied</li>
<li>I want to copy the unicode representation of the cuneiform character! : No problem! We provide a shortcut for this in JavaScript!</li>
<li>Can I convert the modified transliteration to a common transliteration? Certainly, but not the other way around</li>
<li>How does the modified transliteration differ from the common transliteration? Sign variant information is appended using v-Suffixes</li>
</ol>
</body>
</html>