Forums before death by AOL, social media and spammers... "We can't have nice things"
|    alt.bbs.mystic    |    Mystic Sysops are mystical nerds...    |    11,842 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 11,058 of 11,842    |
|    Travis Mehrer to Clive Reuben    |
|    Re: python3 not printing extended chars    |
|    13 Oct 22 06:53:36    |
   
   From: nospam.Travis.Mehrer@f303.n134.z1.fidonet.org   
      
   On 06 Oct 2022, Clive Reuben said the following...   
      
    CR> Hey g00r00, I was wondering if you knew of a reason that embedded   
    CR> python3 would not be able to print extended characters... e.g. if I do:   
    CR>   
    CR> "write(chr(177))" it will print garbage....   
      
   I can somewhat confirm this; however, it's worth noting that since Python 3   
   uses unicode by default chr() doesn't behave the same as in Python 2. chr()   
   will output the unicode character of that number.   
      
   In a terminal you could use something like b'xc0'.decode('cp437') (sorry that's   
   just the hex code for the character I was testing with) to output an ANSI   
   character. But this also doesn't seem to output as expected with mpy.   
      
   ... My software never has bugs. It just develops random features...   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca