Skip to content

Hook above and hoi #96

@arialcrime

Description

@arialcrime

I think it makes sense to go from what Unicode calls “latin small letter a with hook above” to “ahoi” in ɣNUFL. In the same way I kind of expected “combining hook above” to be called “hoicmb” too. Is there a particular reason why this isn’t the case?

To replicate:

from glyphNameFormatter.reader import u2n

unicodes = [7843, 777]

for u in unicodes:
    n = u2n(u)
    print(n, hex(u), chr(u))

Output:

ahoi 0x1ea3 ả
hookabovecmb 0x309 ̉ 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions