I'm back with my grids!
If I move around in a any wxGrid some demo for instance, and starts to type
"Apple" for instace, it appears as expected. So far so good.
But if I use my native language, and type "Äpple", I have no such luck. I just
get "pple". Aha, I think. The app doesn't understand that "Ä" is a letter. So I
add:
import locale
locale.setlocale(locale.LC_ALL, '')
Now "string.letters" grew quite a bit!
Then I try again, but now I get "Þpple". Typing another "Ä" will turn out as
expexcted. The problem only occurs with the starting letter.
(In case your Latin1 characters are garbled, I got an Icelandic thorn instead
of an A with umlaut, or in HTML þ instead of Ä.)
I suppose this is related to Geza Groma's previous mails, but I didn't
see any clear resolution to that.
Hope this will be solved...
/Magnus
···
--
Magnus Lyckå, Thinkware AB
Älvans väg 99, SE-907 50 UMEÅ
tel 070-582 80 65, fax: 070-612 80 65
http://www.thinkware.se/ mailto:magnus@thinkware.se