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

  • Home
  • SEARCH
  • 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 9218445
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T02:51:55+00:00 2026-06-18T02:51:55+00:00

It say’s that pefile python module v1.2.8 is able to handle unicode characters. I

  • 0

It say’s that pefile python module v1.2.8 is able to handle unicode characters.
I have 1.2.10 installed, but still, I encountered exceptions when passing
files with Japanesse filename(s). How will I pass PE files with filename having UnicodeCharacters?

# -*- coding: utf8 -*-
import pefile
pe = pefile.PE(str("c:/temp/じゃyそn.exe").decode('utf-8'))

Snippet code above gives this exception:

UnicodeEncodeError: 'ascii' codec can't encode characters in position 37-194: ordinal 
not in range(128)

How should I handle this?
Thanks in advance!

  • 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-06-18T02:51:56+00:00Added an answer on June 18, 2026 at 2:51 am

    str() isn’t unicode().

    Try using a unicode bytestring (notice the ‘u’ before the “.:

    pe = pefile.PE(u"c:/temp/じゃyそn.exe"))
    

    And then read this:

    http://www.joelonsoftware.com/articles/Unicode.html

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

Sidebar

Related Questions

Say that you have a XHTML document in English but it has accented characters
Say I have a SSI script that uses exec, or a PHP script that
Say I have a simple WCF application that the client calls in order to
Say that I have a web user control that has several drop down lists
Say I have a project that I am deploying at www.foo.com/path1/default.aspx and www.foo.com/path2/default.aspx What
Say I have that kind of a table COMMAND XCODE YCODE 1.INPUT 1000 1001
Say I have a list that holds words and another one that holds confidences
Say I have a 3x4x5x6 java double array a that I unroll into an
Say that I have this markup excerpt: <p onblur=...>text 1</p> <p class=myclass>text 2</p> <p
Say I have a WPF dialog in which I have async event handlers that

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.