Message91973
Q. Why not change getch() to always use get_wch()?
This could break backwards compatibility.
There are some code out there that may use getch() to get the bytes
stream one by one and build the wide char.
In fact I'm using this trick to get unicode chars by now.
Look the thread link in first comment to find the implementation I've
developed for my app. Other people are using similar approaches too.
Q. I think you also want fix getkey() / introduce get_wkey().
In my own experience get_wkey isn't be as useful when dealing with wide
chars. But, of course, that's only my use cases. |
|
Date |
User |
Action |
Args |
2009-08-26 15:47:55 | inigoserna | set | recipients:
+ inigoserna, cben, gpolo |
2009-08-26 15:47:55 | inigoserna | set | messageid: <1251301675.56.0.708897695595.issue6755@psf.upfronthosting.co.za> |
2009-08-26 15:47:54 | inigoserna | link | issue6755 messages |
2009-08-26 15:47:54 | inigoserna | create | |
|