mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-02-17 20:30:36 +01:00
Since emoji characters take up multiple characters, this uses BreakIterator from android.icu to correctly determine length of a single Unicode character. This also fixes behavior for other Unicode characters that may be made up of multiple characters.