Ticket Change Details
Not logged in
Overview

Artifact ID: 65ac77322c1313da84a645dd374679c5a7f9cb30
Ticket: 3f0216560679fd41b6afcc84e7b9ffe0dd971fa8
i18n: fossil ui can't show artifacts with non-ascii chars in the name on Windows
User & Date: anonymous 2011-05-26 05:41:34
Changes

  1. comment changed to:
    To reproduce the problem, run the following commands:
    <verbatim>
    V:\dvcs>fossil init repo
    project-id: ca24df3673e790aca6e2d5c361ea1e14d8005d2f
    server-id:  b99fe2b3d7c70621cdde33264111135fbd51cc58
    admin-user: Tsul (initial password is "47364c")
    
    V:\dvcs>fossil open repo
    
    V:\dvcs>echo 111 > фыва
    
    V:\dvcs>fossil add фыва
    ADDED  фыва
    
    V:\dvcs>fossil status
    repository:   V:/dvcs/repo
    local-root:   V:/dvcs/
    server-code:  b99fe2b3d7c70621cdde33264111135fbd51cc58
    checkout:     75b33a21e653caa8a18f23ea199cc9c00de6c900 2011-05-26 05:38:22 UTC
    tags:         trunk
    comment:      initial empty check-in (user: Tsul)
    ADDED      ╤Д╤Л╨▓╨░
    
    V:\dvcs>fossil ci -m test
    New_Version: 75b33a21e653caa8a18f23ea199cc9c00de6c900
    
    V:\dvcs>fossil close
    
    V:\dvcs>fossil ui repo
    Listening for HTTP requests on TCP port 8081
    Launch webbrowser: start http://127.0.0.1:8081/
    Type Ctrl-C to stop the HTTP server
    </verbatim>
    Then go to the <i>Files</i> in web-ui and click on the file <i>фыва</i>.
    
    Windows raises a window that "This program has performed an illegal operation and will be closed" a.k.a. general protection fault. When I close this window, it's raised again (and again).
    
    Also this is strange in console, that <code>fossil add</code> shows right file name, but <code>fossil status</code> not.
    
  2. foundin changed to: "474850cff5] 2011-05-23 15:11:12"
  3. private_contact changed to: "850c5f99a9d5ee011d6d3c66667f269661e34325"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to:
    i18n: fossil ui can't show artifacts with non-ascii chars in the name on Windows
    
  7. type changed to: "Code_Defect"