Ticket Change Details
Not logged in
Overview

Artifact ID: 078fa69ada39864234a2e0c4f9768025102ec5c7
Ticket: b6579b1ec167413cb59a0d8b7888f275478fb0c5
Update with a merge fails on unicode files
User & Date: drh 2010-11-24 20:13:01
Changes

  1. Appended to comment:
    
    
    <hr /><i>drh added on 2010-11-24 20:13:01:</i><br />
    UTF8 should work fine.  It is only UTF16 that is not supported.  Fossil is
    seeing the 0x00 bytes in some of the characters and thinks it is dealing with
    a binary file rather than a text file.
    
    I suppose the "diff" logic (which is essential to doing a merge) could
    be enhanced to deal with UTF16.  Would the poster care to suggest a patch?
    
  2. resolution changed to: "Open"