Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens authored and github-actions[bot] committed Nov 28, 2023
1 parent cada3cd commit 15866b8
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 4 deletions.
19 changes: 17 additions & 2 deletions debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -14150,8 +14150,13 @@
"families_count": 1,
"gh_url": "https://notofonts.github.io/nastaliq",
"has_releases": true,
"issue_count": 7,
"issue_count": 8,
"issues": [
{
"number": 63,
"title": "Collision between U+0650 ARABIC KASRA ARABIC KASRAH(\u25cc\u0650) and U+0628 ARABIC LETTER BEH(\u0628)",
"url": "https://github.com/notofonts/nastaliq/issues/63"
},
{
"number": 51,
"title": "Shape of U+066B ARABIC DECIMAL SEPARATOR",
Expand Down Expand Up @@ -17551,8 +17556,18 @@
"families_count": 2,
"gh_url": "https://notofonts.github.io/symbols",
"has_releases": true,
"issue_count": 9,
"issue_count": 11,
"issues": [
{
"number": 81,
"title": "U+1D377 \"\ud834\udf77\" TALLY MARK ONE is spaced improperly",
"url": "https://github.com/notofonts/symbols/issues/81"
},
{
"number": 80,
"title": "U+2FFC-2FFF, U+31EF: Five additional \"Ideographic description characters\", newly assigned in Unicode 15.1.0 (September, 2023)",
"url": "https://github.com/notofonts/symbols/issues/80"
},
{
"number": 75,
"title": "Alchemical symbols change in Unicode 15.1",
Expand Down
7 changes: 5 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66724,13 +66724,14 @@ <h5 class="mb-0">
data-target="#nastaliq .issuescard"
>
<span class="material-icons"></span>
Known Issues (7)
Known Issues (8)
</button>
</h5>
</div>
<div class="collapse issuescard">
<div class="card-body">
<ul>
<li>Collision between U+0650 ARABIC KASRA ARABIC KASRAH(◌ِ) and U+0628 ARABIC LETTER BEH(ب) (<a href="https://github.com/notofonts/nastaliq/issues/63">#63</a>)</li>
<li>Shape of U+066B ARABIC DECIMAL SEPARATOR (<a href="https://github.com/notofonts/nastaliq/issues/51">#51</a>)</li>
<li>Add support for Central Asian Turkic language characters to Noto Nastaliq Urdu (<a href="https://github.com/notofonts/nastaliq/issues/14">#14</a>)</li>
<li>Noto Nastaliq Urdu: Joining issues with U+0648 ARABIC LETTER WAW (<a href="https://github.com/notofonts/nastaliq/issues/15">#15</a>)</li>
Expand Down Expand Up @@ -78984,13 +78985,15 @@ <h5 class="mb-0">
data-target="#symbols .issuescard"
>
<span class="material-icons"></span>
Known Issues (9)
Known Issues (11)
</button>
</h5>
</div>
<div class="collapse issuescard">
<div class="card-body">
<ul>
<li>U+1D377 &quot;𝍷&quot; TALLY MARK ONE is spaced improperly (<a href="https://github.com/notofonts/symbols/issues/81">#81</a>)</li>
<li>U+2FFC-2FFF, U+31EF: Five additional &quot;Ideographic description characters&quot;, newly assigned in Unicode 15.1.0 (September, 2023) (<a href="https://github.com/notofonts/symbols/issues/80">#80</a>)</li>
<li>Alchemical symbols change in Unicode 15.1 (<a href="https://github.com/notofonts/symbols/issues/75">#75</a>)</li>
<li>U+218A and U+218B don&#x27;t change weights per &quot;two&quot; and &quot;three&quot; (<a href="https://github.com/notofonts/symbols/issues/74">#74</a>)</li>
<li>Incorrect positioning on user interface symbols (<a href="https://github.com/notofonts/symbols/issues/73">#73</a>)</li>
Expand Down
15 changes: 15 additions & 0 deletions docs/noto.json
Original file line number Diff line number Diff line change
Expand Up @@ -11595,6 +11595,11 @@
},
"gh_url": "https://notofonts.github.io/nastaliq",
"issues": [
{
"number": 63,
"title": "Collision between U+0650 ARABIC KASRA ARABIC KASRAH(\u25cc\u0650) and U+0628 ARABIC LETTER BEH(\u0628)",
"url": "https://github.com/notofonts/nastaliq/issues/63"
},
{
"number": 51,
"title": "Shape of U+066B ARABIC DECIMAL SEPARATOR",
Expand Down Expand Up @@ -13951,6 +13956,16 @@
},
"gh_url": "https://notofonts.github.io/symbols",
"issues": [
{
"number": 81,
"title": "U+1D377 \"\ud834\udf77\" TALLY MARK ONE is spaced improperly",
"url": "https://github.com/notofonts/symbols/issues/81"
},
{
"number": 80,
"title": "U+2FFC-2FFF, U+31EF: Five additional \"Ideographic description characters\", newly assigned in Unicode 15.1.0 (September, 2023)",
"url": "https://github.com/notofonts/symbols/issues/80"
},
{
"number": 75,
"title": "Alchemical symbols change in Unicode 15.1",
Expand Down

0 comments on commit 15866b8

Please sign in to comment.