Skip to content

Commit

Permalink
:) #314 Arabic
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercury13 committed Sep 28, 2023
1 parent 4ea4bee commit 70c0c56
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Lang-src/en.uorig
Original file line number Diff line number Diff line change
Expand Up @@ -7754,6 +7754,26 @@
</orig>
</text>
</group>
<group id="Arab">
<text id="0">
<orig>Isolated</orig>
</text>
<text id="1">
<orig>Initial</orig>
</text>
<text id="2">
<orig>Medial</orig>
</text>
<text id="3">
<orig>Final</orig>
</text>
<text id="Name">
<orig>Position of Arabic letters</orig>
</text>
<text id="Text">
<orig>Arabic letters are written in a continuous line, so they can be isolated, initial, medial and final.</orig>
</text>
</group>
</group>
<group id="Search">
<au-cmt>
Expand Down
1 change: 1 addition & 0 deletions Unicodia/Uc/UcData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1496,6 +1496,7 @@ const uc::GlyphStyleChannel uc::glyphStyleChannelInfo[] = {
{ 0, {}, uc::EcGlyphStyleChannel::NONE }, // -warn in static analyzer: init [0] as normal, and everything’s OK
{ .count = 2, .name = "Glag", .value = uc::EcGlyphStyleChannel::GLAGOLITIC },
{ .count = 2, .name = "Vert", .value = uc::EcGlyphStyleChannel::VERTICAL },
{ .count = 4, .name = "Arab", .value = uc::EcGlyphStyleChannel::ARABIC },
};
static_assert(std::size(uc::glyphStyleChannelInfo) == static_cast<size_t>(uc::EcGlyphStyleChannel::NN));

Expand Down
1 change: 1 addition & 0 deletions Unicodia/Uc/UcData.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ namespace uc {
NONE,
GLAGOLITIC,
VERTICAL,
ARABIC,
NN,
};

Expand Down

0 comments on commit 70c0c56

Please sign in to comment.