This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vitvn
Recipients vitvn
Date 2009-09-13.00:57:31
SpamBayes Score 4.7214735e-06
Marked as misclassified No
Message-id <1252803453.94.0.767926898591.issue6898@psf.upfronthosting.co.za>
In-reply-to
Content
>>>viet= "â ă á à ấ ầ ắ ằ ạ ậ  ặ "

>>>print(viet)


Traceback (most recent call last):
  File "tiengviet.py", line 4, in <module>
    print(viet)
  File "I:\python\python.v3.1_portable\App\lib\encodings\cp1252.py",
line 19, in encode
    return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\u0103' in
position 2: character maps to <undefined>
>Exit code: 1

how to fix it ?
History
Date User Action Args
2009-09-13 00:57:34vitvnsetrecipients: + vitvn
2009-09-13 00:57:33vitvnsetmessageid: <1252803453.94.0.767926898591.issue6898@psf.upfronthosting.co.za>
2009-09-13 00:57:32vitvnlinkissue6898 messages
2009-09-13 00:57:31vitvncreate