
Count how many glyphs a piece of text draws once the combining marks are attached.
February 2018. One Telugu character, dropped into a message, takes iOS down: the app dies on receipt and dies again every time the thread is reopened. Any app that tried to render it was gone. The character was a consonant joined to a vowel sign that the layout engine could not build into a single glyph. Count the glyphs before you draw them.
glyphs("namaste")Expected result
7For your own tracking. Tests grade your code.
glyphs("jNiIyA")Expected result
3glyphs("aB")Expected result
1Expected files
glyphs.cAllowed functions
None. Write every helper yourself.
