Message28718
| Author |
unixops1234 |
| Recipients |
| Date |
2006年07月31日.22:33:02 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Logged In: YES
user_id=1534776
akuchling, thanks. Your suggestion worked. I added
import locale
locale.setlocale(locale.LC_ALL, 'en_US')
to the beginning of my test.py script and it correctly
displayed the funky character.
loewis, what I meant is that the C code correctly printed a
strange character instead of crashing with a curses error
message.
The panelw patch is not needed after all. The test.py script
also works just fine if I build python against ncurses 5.5
instead of 5.4.
Thank you both for your help with this. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 14:40:24 | admin | link | issue1501291 messages |
| 2007年08月23日 14:40:24 | admin | create |
|