Check that a string does not have a combining character following a character in which it would be hidden; for example āiā (Latin Small Letter I) followed by a U+0307 (Combining Dot Above).
public const CHECK_HIDDEN_OVERLAY = 256;