Text input and selection |
All text controls derived from CEikEdwin
use UniFEP as their front end processor and implement correct cursor movement. If you use CEikEdwin
methods to set the position of the cursor or of the selection, be careful to respect the UTF-8 boundaries. You need to maintain the invariant that the cursor is never in the middle of a UTF-8 sequence for a single character.
Text input and selection |