I'm working on a custom keyboard for Android, and I'm running into a problem. I need to either be able to output ASCII characters from the keyboard (i.e. ∅, ⌲, ⌓, etc), or be able to add images to the selected EditText from my keyboard. I know this is possible because Emoji does it with their keyboard. They have found a way to add images to any EditText, whether they created the EditText or not.
Does anyone have any idea how they accomplished this?