Ticket Change Details
Not logged in
Overview

Artifact ID: 65cdb078b757f917710dde9ebb019a755774db4c
Ticket: 10aee063c413c107e3164cd8d07fa7d9e8a807c2
Fossil didn't support for UTF8 to storage filenames.
User & Date: anonymous 2012-11-19 12:04:28
Changes

  1. Appended to comment:
    
    
    <hr /><i>anonymous added on 2012-11-19 12:04:28 UTC:</i><br />
    This bug is reported by me, and I know that it's because of '[' and ']'.
    
    D:\CI\tools>cd ..
    
    D:\CI>fossil open tools.db
    
    D:\CI>fossil add tools\中文.txt
    ADDED  tools/中文.txt
    
    D:\CI>cd tools
    
    D:\CI\tools>copy 中文.txt 中文[1].txt
            1 file(s) copied.
    
    D:\CI\tools>cd ..
    
    D:\CI>fossil add "tools\中文[1].txt"
    fossil: filename contains illegal characters: tools/中文[1].txt
    
    D:\CI>