Hi, I've checked rev 1663.
The problem with the Spanish keyboard is not completely fixed although it works better now. The *first time* I press one of "ñ" or "ç" chars in my keyboard I see this in the console: /usr/local/src/leo-editor/leo/core/leoKeys.py:3317: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal if k.abortAllModesKey and stroke == k.abortAllModesKey: /usr/local/src/leo-editor/leo/core/leoKeys.py:2496: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal if k.abortAllModesKey and stroke == k.abortAllModesKey: # 'Control- g' As I said it happens only once. Entering those characters again seems to cause no problems. Problems with headlines persist although are not exactly the same. What I can see now is: Suppose I've a node with no characters out of range(128) in its headline. I edit the headline and put something like "Ejecució immediata". If I press Enter while the node still has the keyboard focus, the node headline becomes "Ejecuci?immediata". But I've found something important when looking again to these problems. You must end headlines editing by pressing Enter or your changes are lost when the file is saved (i.e. the headline is reverted to its original value). It always happens (doesn't matter if unicode chars are involved or not). Vicent On 18 Març, 18:10, "Edward K. Ream" <[email protected]> wrote: > On Mar 11, 3:20 pm, "[email protected]" <[email protected]> wrote: > > > working with revno 1633 and qt gui I've found a couple of unicode > > problems: > > Rev 1661 of the trunk probably avoids the crash you report, > but it may not fix the other problems you report. > > It's difficult for me to test this properly. How does it work for > you? > > All unit tests pass, but that may not mean much as far as this problem > is concerned. > > Edward --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
