On Tue, Feb 28, 2017 at 1:33 PM, Richard Hipp <d...@sqlite.org> wrote:

> As I have been working through the Fossil code this week, I have
> spotted several places where the code assumes that the respository
> database uses a UTF8 encoding for text.  In other words, if you
> convert a Fossil repository to use UTF16, it will not work.
>
> I suppose that is ok.  But we should probably document the limitation.
>

The SQLite database storing the repository is UTF-8, or blobs in the
database are using UTF-8 encoded data that won't be transparently
transcoded by SQLite?

-- 
Scott Robison
_______________________________________________
fossil-dev mailing list
fossil-dev@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev

Reply via email to