#14902: Won't delete files with accents (or other unicode characters)
-------------------------------------+--------------------------------------
          Reporter:  typeshige       |         Owner:  nobody 
            Status:  closed          |     Milestone:         
         Component:  Core framework  |       Version:  1.2    
        Resolution:  invalid         |      Keywords:  unicode
             Stage:  Unreviewed      |     Has_patch:  0      
        Needs_docs:  0               |   Needs_tests:  0      
Needs_better_patch:  0               |  
-------------------------------------+--------------------------------------
Changes (by kmtracey):

  * status:  new => closed
  * resolution:  => invalid

Comment:

 Getting a `UnicodeEncodeError` from file system function like os.stat
 means your server's environment is not set up correctly to allow passing
 unicode strings containing non-ASCII characters to the base file system
 functions. See:
 http://docs.djangoproject.com/en/dev/howto/deployment/modpython/#if-you-
 get-a-unicodeencodeerror (though that is in the mod_python doc it is not
 mod_python specific).

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14902#comment:2>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to