>>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Jean-Marc Lasgouttes wrote:
>>>>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
>>
Georg> lyx2lyx will convert \'{e} to é. But since '+e (or rather e+' -
Georg> the accent comes after the accented char in unicode) is also
Georg> possible in ucs4 encoding we have to support both. The latter
Georg> could for example come from external sources (clipboard, plain
Georg> text import) or the unicode insert lfun. The alternative would
Georg> be convert all e+' that come from external sources to é, but
Georg> that would be more messy, and qt4 does handle e+' just fine.
>> But this breaks kbd navigation, right?
Georg> Partially. You have two logical positions after the surrogate
Georg> pair, but you can go forward and backward as usual. The only
Georg> thing that is not nice is that you may have to press -> or <-
Georg> twice.
It would be nice if we could avoid to have two different kind of é.
People will see that as a bug.
JMarc