Skip to content

[USE] Double REPHA in Dives Akuru #929

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dscorbett opened this issue Apr 22, 2022 · 0 comments
Open

[USE] Double REPHA in Dives Akuru #929

dscorbett opened this issue Apr 22, 2022 · 0 comments
Assignees
Labels
USE USE spec

Comments

@dscorbett
Copy link

dscorbett commented Apr 22, 2022

A cluster in Dives Akuru can begin with two characters in the REPHA class, which USE doesn’t allow within a single cluster. The second cluster of line 5 of the plate shown here on page 53 is ⟨𑥁𑤿𑤞⟩, transliterated on page 55 as “ṛṅdʰa”.

The most obvious fix is to change < R | CS > to < R [R] | CS >. However, that would allow double rephas in other scripts too, which might be considered too permissive. Dives Akuru is the only script currently in Unicode where this makes sense, although there is no particular reason it couldn’t happen in other scripts too.

Another fix would be to introduce a new category, PN, just for U+1193F DIVES AKURU PREFIXED NASAL SIGN, and change < R | CS > to < R [PN] | CS >. That isn’t a very universal solution, unfortunately.

Another fix would be to allow R as a standalone cluster. This is the worst solution, but it is better than doing nothing. Reordering wouldn’t work, and ⟨𑥁𑤿𑤞⟩ would be two clusters, but at least no dotted circle would be inserted.

Alternatively, it is possible that this cluster should be analyzed as ⟨𑥁𑤐𑤾𑤞⟩. I don’t think so, though: the nasal grapheme looks more like the one the Unicode proposal associates with U+1193F ň than with U+11910 ṅa.

It is also possible that the cluster was misanalyzed and does not contain a nasal prefix at all, so the spec should not change till we find more, clearer examples.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@xadxura xadxura self-assigned this Jan 17, 2023
@xadxura xadxura added the USE USE spec label Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
USE USE spec
Projects
None yet
Development

No branches or pull requests

2 participants