#2981: unable to upload files which filename is non-english characters
----------------------------------------+-----------------------------------
 Reporter:  anonymous                   |        Owner:  cboos   
     Type:  defect                      |       Status:  reopened
 Priority:  normal                      |    Milestone:  0.10    
Component:  general                     |      Version:  devel   
 Severity:  normal                      |   Resolution:          
 Keywords:  attachment unicode windows  |  
----------------------------------------+-----------------------------------
Changes (by [EMAIL PROTECTED]):

  * keywords:  attachment unicode => attachment unicode windows
  * resolution:  fixed =>
  * status:  closed => reopened

Comment:

 === attachement problem ===
  * Trac 0.10dev(revision 3416) on Windows XP
  * korean filename: example) 한글.txt
 === error message ===
 {{{
 Traceback (most recent call last):
   File "C:\Python23\Lib\site-packages\trac\web\main.py", line 314, in
 dispatch_request
     dispatcher.dispatch(req)
   File "C:\Python23\Lib\site-packages\trac\web\main.py", line 163, in
 dispatch
     if not req.path_info or req.path_info == '/':
   File "C:\Python23\Lib\site-packages\trac\web\api.py", line 193, in
 <lambda>
     path_info = property(fget=lambda self: self.environ.get('PATH_INFO',
 '').decode('utf-8'),
 UnicodeDecodeError: 'utf8' codec can't decode byte 0xa2 in position 31:
 unexpected code byte
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2981>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to