Skip to content

Commit

Permalink
+ skr
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Aug 9, 2024
1 parent b80b5fb commit eea2aad
Show file tree
Hide file tree
Showing 15 changed files with 5,754 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arab/block-globals.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

window.version = 'v28'
window.version = 'v29'
window.scriptName = 'Arabic'
window.ghDirectory = 'arabic'
window.blockDirectory = 'arabic'
window.languageList = ['ar','pes','ha','ks','ug','ur','ff', 'sd'] // lang tags for each orthography handled
window.detailsfileList = ['arb','pes','ha','ks','ug','ur','ff', 'sd', 'misc'] // first part of xx-details for each orthography
window.languageList = ['ar','pes','ha','ks','ug','ur','ff', 'sd','skr', 'ps'] // lang tags for each orthography handled
window.detailsfileList = ['arb','pes','ha','ks','ug','ur','ff', 'sd', 'skr', 'ps', 'misc'] // first part of xx-details for each orthography
window.scriptISO = 'arab'
window.webfonts = ["Scheherazade WF", "Awami Nastaliq WF","Noto Nastaliq Urdu WF","Alkalami WF"]
window.webfonts = ["Noto Nastaliq Urdu WF","Scheherazade WF", "Awami Nastaliq WF","Alkalami WF"]
window.defaultSize = '32px'
window.hideBlockName = "ARABIC"
11 changes: 11 additions & 0 deletions arab/character.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<script src="ckb-examples.js"></script>
<script src="sd-examples.js"></script>
<script src="wo-examples.js"></script>
<script src="skr-examples.js"></script>

<script src="../common29/character.js"></script>
</head>
Expand Down Expand Up @@ -103,6 +104,16 @@



<script src="../../shared/scriptdb/arab-skr.js"> </script>
<script src="skr-details.html"> </script>
<script src="skr-globals.js">/* global variables */</script>
<script>
parseSpreadsheet(spreadsheet)
showCharDetails(ch)
</script>



<script src="../../shared/scriptdb/arab-ckb.js"> </script>
<script src="ckb-details.html"> </script>
<script src="ckb-globals.js">/* global variables */</script>
Expand Down
4 changes: 4 additions & 0 deletions arab/local.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
font-size: 2rem;
line-height: 1.6;
}
[lang|='skr'] {
font-family: "Noto Nastaliq Urdu WF", "Nafees Nastaleeq", "Noto Nastaliq Urdu Draft", "Urdu Typesetting", "Aldhabi", "Scheherazade", sans-serif;
font-size: 1.4rem;
}
[lang|='ur'] {
font-family: "Noto Nastaliq Urdu WF", "Nafees Nastaleeq", "Noto Nastaliq Urdu Draft", "Urdu Typesetting", "Aldhabi", "Scheherazade", sans-serif;
font-size: 1.4rem;
Expand Down
42 changes: 42 additions & 0 deletions arab/refs.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,17 @@ reflist = {
"lang": new Set(['ar']),
},


"jkpe": {
"authors": "Jonathan Kew",
"title":"Proposals for extensions to the Arabic block",
"date": "2002",
"url":"https://unicode.org/L2/L2002/02274-arabic-ext.pdf",
"lang": new Set(['skr']),
"reviewed":true
},


"jkn": {
"authors": "Jonathan Kew",
"title":"Notes on some Unicode Arabic characters: recommendations for usage (draft 2)",
Expand Down Expand Up @@ -568,6 +579,26 @@ reflist = {
},


"wskrl": {
"authors": "Wikipedia",
"title":"Saraiki language",
"retr": "Aug 2024",
"url":"https://en.wikipedia.org/wiki/Saraiki_language",
"lang": new Set(['skr']),
"reviewed":false
},


"wskrs": {
"authors": "Wikipedia",
"title":"Saraiki alphabet",
"retr": "Aug 2024",
"url":"https://en.wikipedia.org/wiki/Saraiki_alphabet",
"lang": new Set(['skr']),
"reviewed":false
},


"lisindia": {
"authors": "CIIL-India Mysore",
"title":"Script and Spelling",
Expand Down Expand Up @@ -627,6 +658,17 @@ reflist = {
},


"fjz": {
"authors": "Firdos Atta, Jeroen van de Weijer, Lei Zhu",
"title":"Saraiki",
"date": "2020",
"publisher":"Cambridge University Press",
"url":"https://www.cambridge.org/core/journals/journal-of-the-international-phonetic-association/article/saraiki/6ED3484594B71833BB030429B7229F1A",
"lang": new Set(['skr']),
"reviewed":false
},


}

/*
Expand Down
38 changes: 38 additions & 0 deletions arab/skr-characters.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="utf-8">
<title>DB dump</title>

<link rel="stylesheet" href="../../shared/style/docs.css">
<link rel="stylesheet" href="../common29/block-style.css">
<link rel="stylesheet" href="local.css">
<link rel="stylesheet" href="../common29/character.css">
<script src="../../shared/code/scriptGroups.js"></script>
<script src="../common29/egcode.js"></script>
<script src="block-globals.js"></script>


<!-- CHANGE THIS -->
<script src="skr-examples.js"></script>
<script src="../../shared/scriptdb/arab-skr.js"> </script>
<script src="skr-details.html"> </script>
<script src="skr-globals.js"></script>
<style>bdi.largeChar { font-size: 100px; font-family: 'Noto Nastaliq Urdu WF'; }</style>
<!-- end -->


<script src="../common29/character.js"></script>
</head>

<body class="xxCharacter">
<header></header>

<div id="output"></div>


<script>
makeXXCharacterPage()
</script>
</body>
</html>
Loading

0 comments on commit eea2aad

Please sign in to comment.