Fix phutil_utf8_console_strlen() for combining characters
Summary:
See D9533. We currently count the length of combining characters incorrectly.
Instead, break the string into glyphs first, then only count the length of the base character in each glyph, ignoring combining characters.
Test Plan: Added some unit tests.
Reviewers: joshuaspence
Reviewed By: joshuaspence
Subscribers: epriestley
Differential Revision: https://secure.phabricator.com/D9546