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 984871
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T05:04:52+00:00 2026-05-16T05:04:52+00:00

print Español\nPortuguês\nItaliano.encode(‘utf-8’) Errors: Traceback (most recent call last): File , line 1, in print

  • 0
print "Español\nPortuguês\nItaliano".encode('utf-8')

Errors:

Traceback (most recent call last):
File “”, line 1, in
print “Español\nPortuguês\nItaliano”.encode(‘utf-8’)
UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xf1 in position 4: ordinal not in range(128)

I’m trying to make a multilingual console program in Windows. Is this possible?
I’ve saved the file in utf-8 encoding as well, I get the same error.

*EDIT
I”m just outputting text in this program. I change to lucida fonts, I keep getting this:
alt text http://img826.imageshack.us/img826/7312/foreignlangwindowsconso.png

I’m just looking for a portable way to correctly display foreign languages in the console in windows. If it can do it cross platform, even better. I thought utf-8 was the answer, but all of you are telling me fonts, etc.. also plays a part. So anyone have a definitive answer?

  • 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-16T05:04:53+00:00Added an answer on May 16, 2026 at 5:04 am

    First of all, in Python 2.x you can’t encode a str that has non-ASCII characters. You have to write

    print u"Español\nPortuguês\nItaliano".encode('utf-8')
    

    Using UTF-8 at the Windows console is difficult.

    • You have to set the Command Prompt font to a Unicode font (of which the only one available by default is Lucida Console), or else you get IBM437 encoding anyway.
    • chcp 65001
    • Modify encodings._aliases to treat “cp65001” as an alias of UTF-8.

    And even then, it doesn’t seem to work right.

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

Sidebar

Related Questions

print u'\xe4\xf6\xfc'.encode('utf-8') print unicode(u'\xe4\xf6\xfc') traceback: 盲枚眉 Traceback (most recent call last): File D:\zjm_code\a.py, line
try: print blah except KeyError: traceback.print_exc() I used to debug like this. I'd print
I print to the standard output some characters from a wide UTF-8 range in
Print all combinations of a number N, as a sum of positive integers? They
print 'restore db1' run_command('pg_restore -i -h localhost -p 5432 -U postgres -d db1 -v
print <ul>; foreach ($arr as $value) { echo(<li> . $value[storeid] . . ($value[dvdstock] +
print() doesn't work in IE after opening a new window. It works in Chrome.
print "@_\n"; 4109 4121 6823 12967 12971 14003 20186 How do I sort it
Example: print max(chain_length(i) for i in xrange(1,10001)) This returns the maximum/biggest chain_length (an arbitrary
I print documents (batch print) using Word.Document.PrintOut method. How can I print a document

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.