[ http://issues.apache.org/jira/browse/GUMP-81?page=all ]
     
Adam Jack resolved GUMP-81:
---------------------------

    Resolution: Fixed

Fixed by ensuring we don't pass unicode path names into the file io/sync code.

> Gump (or it's tools, CVS, etc.) does not cope with Unicode filenames
> --------------------------------------------------------------------
>
>          Key: GUMP-81
>          URL: http://issues.apache.org/jira/browse/GUMP-81
>      Project: Gump
>         Type: Bug
>   Components: Python-based Gump
>     Versions: Gump2-2.4
>     Reporter: Adam Jack
>      Fix For: Gump2-2.4

>
> A circumstance was found whereby 'resume.xml' (with an e acute) in a module 
> (XOM, FWIIW) was checked out of the repository, but the (Python code) 'sync' 
> to a working directory failed. It failed because Python's os.listdir returned 
> a string for it, not Unicode (although it returned unicode for al lthe plain 
> file). This seems related to the fact that the default filesystem encoding on 
> the platofrm was 'ascii', and this file was not ascii.
> We need to create a test for such files, then work with Gump to resolve this 
> issue.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to