Skip to content

Commit

Permalink
add PUA codepoints
Browse files Browse the repository at this point in the history
  • Loading branch information
adiabatic committed Jun 1, 2014
1 parent a521dd2 commit 72877ae
Showing 1 changed file with 51 additions and 2 deletions.
53 changes: 51 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}

/* hide these initially */
.qsJerome, .xs, .readName, .no, .ls {
.qsJerome, .xs, .readName, .no, .ls, .pua {
display: none;
}

Expand Down Expand Up @@ -154,6 +154,18 @@ <h1>Configuratronic Quikscript Cheat Sheet</h1>
<td>9
<td>10
<td>11
<tr class='pua'>
<td>E650
<td>E651
<td>E652
<td>E653
<td>E654
<td>E655
<td>E656
<td>E657
<td>E658
<td>E659
<td>E65A
</table>
<table>
<tr class='qsJerome'>
Expand Down Expand Up @@ -228,6 +240,18 @@ <h1>Configuratronic Quikscript Cheat Sheet</h1>
<td>20
<td>21
<td>22
<tr class='pua'>
<td>E65B
<td>E65C
<td>E65D
<td>E65E
<td>E65F
<td>E660
<td>E661
<td>E662
<td>E663
<td>E664
<td>E665
</table>
<table>
<tr class='qsJerome'>
Expand Down Expand Up @@ -300,6 +324,16 @@ <h1>Configuratronic Quikscript Cheat Sheet</h1>
<td>29
<td>30
<td>31
<tr class='pua'>
<td>E666
<td>E667
<td>E668
<td>E670
<td>E671
<td>E672
<td>E673
<td>E674
<td>E675
</table>
<table>
<tr class='qsJerome'>
Expand Down Expand Up @@ -372,6 +406,16 @@ <h1>Configuratronic Quikscript Cheat Sheet</h1>
<td>38
<td>39
<td>40
<tr class='pua'>
<td>E676
<td>E677
<td>E678
<td>E679
<td>E67A
<td>E67B
<td>E67C
<td>E67D
<td>E67E
</table>

<table id='abbreviations'>
Expand Down Expand Up @@ -437,8 +481,13 @@ <h1>Configuratronic Quikscript Cheat Sheet</h1>
<input type='checkbox' name='no' id='no'>
<label for='no'>Numbers</label>
</div>
<div>
<input type='checkbox' name='pua' id='pua'>
<label for='pua'><abbr title='Private Use Area'>PUA</abbr> Codepoints</label>
</div>

<p>Mystified? <a href='http://en.wikipedia.org/wiki/Quikscript'>Read</a>.</p>
<p><a href='https://github.com/adiabatic/Configuratronic-Quikscript-Cheat-Sheet'>Source</a> on GitHub.</p>
</form>

<script>
Expand Down Expand Up @@ -468,7 +517,7 @@ <h1>Configuratronic Quikscript Cheat Sheet</h1>


var i = 0,
classes = 'qsJerome qsThoth ipa xs ls readName no'.split(' '),
classes = 'qsJerome qsThoth ipa xs ls readName no pua'.split(' '),
className = '',
elem = null;

Expand Down

0 comments on commit 72877ae

Please sign in to comment.