Changes between Initial Version and Version 3 of Ticket #3344


Ignore:
Timestamp:
Jan 21, 2007, 6:17:42 PM (17 years ago)
Author:
Adrian Holovaty
Comment:

Fixed formatting in description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3344

    • Property Keywords gettext Polish added
    • Property Triage Stage UnreviewedAccepted
  • Ticket #3344 – Description

    initial v3  
    11newforms EmailField causes UnicodeEncodeError exception in case when value isn't correct.
    22
     3{{{
    34Exception Type:         UnicodeEncodeError
    45Exception Value:        'ascii' codec can't encode character u'\u017a' in position 33: ordinal not in range(128)
    56Exception Location:     /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/django/newforms/forms.py in _html_output, line 103
    6 
     7}}}
    78I spent some time for debugging and I found that what probably causes the error is:
    89
Back to Top