Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7170925
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:18:34+00:00 2026-05-28T15:18:34+00:00

I have a website based on GAE and Python, and I’d like the user

  • 0

I have a website based on GAE and Python, and I’d like the user to be able to upload a text file for processing. My implementation is based on standard code from the docs (see http://code.google.com/appengine/docs/python/blobstore/overview.html) and my text file upload handler essentially looks like this:

class Uploader(blobstore_handlers.BlobstoreUploadHandler):
    def post(self):
        upload_files = self.get_uploads('file')
        blob_info = upload_files[0]
        blob_reader = blobstore.BlobReader(blob_info.key())
        for line in blob_reader:
            line = line.rstrip().decode('cp1252')
            do_something(line)
        blob_reader.close()

This works fine for a text file encoded with Code Page 1252, which is what you get when using Windows Notepad and saving with what it calls an “ANSI” encoding. But if you use this handler with a file that has been saved with Notepad’s UTF-8 encoding, and contains, say, some Cyrillic characters or a u-umlaut, you’ll end up with gibberish. For such a file, changing decode(‘cp1252’) to decode(‘utf_8’) will do the trick. (Well, there’s also the possibility of a byte order mark (BOM) at the beginning, but that’s easily stripped away.)

But how do you know which decoding to use? The BOM isn’t guaranteed to be there, and I don’t see any other way to know, other than to ask the user—who probably doesn’t know either. Is there a reliable method for determining the encoding? I don’t necessarily have to use the blobstore if some other means solves it.

And then there’s the encoding that Windows Notepad calls “Unicode” which is a UTF-16 little endian encoding. I could find no decoding (including “utf_16_le”) that correctly decodes a file saved with this encoding. Can one of these files be read?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T15:18:35+00:00Added an answer on May 28, 2026 at 3:18 pm

    May be this will help: Python: Is there a way to determine the encoding of text file?.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have a wordpress based website. I have a standard wordpress loop that executes
I'm about to create a user based website and will have to store photo,
I have a website that captures picture tags based on where the user clicked
I have a subscription based website (with a monthly fee) and I would like
I have a user based website with Wordpress and from their profile settings they
I have website based on Umbraco 5. I have installed contact form plugin (http://cultivjupitercontact.codeplex.com/).
I have a website ( based on JSP/Servlets, using the MVC pattern), and I
I have a subscription based website that interacts with a 3rd party system to
I have a problem with maintenance of my php based website. My website is
We have a website hosted on Azure. It is media based, and we are

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.