omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. uncertaintea

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    uncertaintea

    @uncertaintea

    0
    Reputation
    274
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    uncertaintea Unfollow Follow

    Latest posts made by uncertaintea

    • RE: Problem reading ascii text

      @ClackHack This works, thanks. I still don’t really understand what was going on to cause the encoding error. Isn’t ascii the same as utf-8?

      posted in Pythonista
      uncertaintea
      uncertaintea
    • Problem reading ascii text

      I have a script that reads an ascii encoded text file, created within the Pythonista environment. However, when i execute the script on the text file, i get “error ascii codec cant decode byte 0xe2 in position 2154: ordinal n...”
      Tracking the bug seems to show it to be an error not in .read()

      I try the same script and text file and 20 others like it that i have created on my computer using the stock IDE, and I get no error.

      How can I deal with this?

      I can provide code and text files to recreate the error.

      posted in Pythonista
      uncertaintea
      uncertaintea