Post Reply 
Python on Android: © symbol in string causes crash
10-10-2024, 02:51 PM (This post was last modified: 10-10-2024 03:19 PM by StephenG1CMZ.)
Post: #1
Python on Android: © symbol in string causes crash
Many Python programs on Android crash, whether using the Python app or embedding the Python source in PPL.

One apparent cause that I have discovered: Printing the copyright symbol causes a crash. Removing that symbol avoids the crash.

Confusingly, the crash happens immediately, even if the culprit code is prefixed by an input().

It's ok to have the symbol in a comment.

I imagine some other non-ascii symbols may also cause problems.

It seems there are other causes yet to be found (Zsys still crashes after removing the symbol).

Stephen Lewkowicz (G1CMZ)
https://my.numworks.com/python/steveg1cmz
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)