ascii problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mauricio Inforçati

    ascii problem

    Hi,
    How can I use portuguese characters on my scripts or on shell?
    When I use it, this occurs
    [color=blue][color=green][color=darkred]
    >>> a = "andré"[/color][/color][/color]
    UnicodeError: ASCII encoding error: ordinal not in range(128)

    Mauricio Inforçati


Working...