Closed charlesLoder closed 1 year ago
When a word has two pashta characters (U+0599), the first is most likely a qadma. It seems most texts use the same character, though they are different semantically.
console.log( new Text("הַמַּ֙יִם֙").syllables.map(s => s.isAccented) ); // current // [ false, true, true ] // expected // [ false, true, false ]
When a word has two pashta characters (U+0599), the first is most likely a qadma. It seems most texts use the same character, though they are different semantically.