[Python-Dev] getch() in msvcrt does not accept extended characters.

2005-06-29 Thread Darryl Dixon
ems to already work OK with extended characters, so this would ~seem~ to be a logical extension to the Windows version. Thoughts? -- Darryl Dixon <[EMAIL PROTECTED]> ___ Python-Dev mailing list Python-Dev@python.org http://mail.pyth

[Python-Dev] getch() in msvcrt does not accept extended characters.

2005-06-30 Thread Darryl Dixon
vcrt_getch to return Unicode when appropriate? Thoughts? Hope this helps, D Fredrik wrote: >Darryl Dixon wrote: > >> Microsoft support capturing extended characters via _getch, but it requires making a >> second call to getch() if one of the 'magic' returns is enco

[Python-Dev] getch() in msvcrt does not accept extended characters.

2005-07-05 Thread Darryl Dixon
ll, all I get back currently is an empty string). Hope this helps, D Fredrik wrote: >Darryl Dixon wrote: > >> Microsoft support capturing extended characters via _getch, but it requires >> making a >> second call to getch() if one of the 'magic' returns is

Re: [Python-Dev] getch() in msvcrt does not accept extended characters.

2005-07-05 Thread Darryl Dixon
Sorry all, It seems that the list mods have finally released a duplicate message that I wrote last week when I wasn't subscribed to the list. Please ignore the message below if you have read the previous copy already. D On Thu, 2005-06-30 at 09:43 +1200, Darryl Dixon wrote: