Skip to content

Commit a3d4ee6

Browse files
Fix mistake in the specification of Arabic lam-alef ligature (#92)
Brings the text in line with what we actually do, and test for in `test_arabic_lam_alef()`. Notably affects U+1E94B
1 parent d8654db commit a3d4ee6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
//! ligatures, the insertion of any number of [`'\u{200D}'` ZERO WIDTH JOINER](https://www.unicode.org/versions/Unicode16.0.0/core-spec/chapter-23/#G23126)s
7171
//! will not affect the width.
7272
//! - **[Arabic]**: A character sequence consisting of one character with [`Joining_Group`]`=Lam`,
73-
//! followed by any number of characters with [`Joining_Type`]`=Transparent`, followed by one character
73+
//! followed by any number of zero-width characters with [`Joining_Type`]`=Transparent`, followed by one character
7474
//! with [`Joining_Group`]`=Alef`, has total width 1. For example: `لا`‎, `لآ`‎, `ڸا`‎, `لٟٞأ`
7575
//! - **[Buginese]**: `"\u{1A15}\u{1A17}\u{200D}\u{1A10}"` (<a, -i> ya, `ᨕᨗ‍ᨐ`) has total width 1.
7676
//! - **[Hebrew]**: `"א\u{200D}ל"` (Alef-Lamed, `א‍ל`) has total width 1.

0 commit comments

Comments
 (0)