Re: [sqlite] Fossil Feature Request

2018-03-30 Thread Graham Holden
t <sqlite-users@mailinglists.sqlite.org> Subject: Re: [sqlite] Fossil Feature Request On Fri, Mar 30, 2018 at 12:46 PM, Richard Hipp <d...@sqlite.org> wrote: > On 3/30/18, J Decker <d3c...@gmail.com> wrote: > >  Sqlite's Fossile browser can't link line numbers... > &g

Re: [sqlite] Fossil Feature Request

2018-03-30 Thread Kyle Shannon
On Fri, Mar 30, 2018 at 1:32 PM, J Decker wrote: > Sqlite's Fossile browser can't link line numbers... > > > Add ability to link to lines of source... > > > was trying to share this as another reference for getting UTF8 characters > from strings > > #define READ_UTF8(zIn,

Re: [sqlite] Fossil Feature Request

2018-03-30 Thread J Decker
On Fri, Mar 30, 2018 at 12:46 PM, Richard Hipp wrote: > On 3/30/18, J Decker wrote: > > Sqlite's Fossile browser can't link line numbers... > > > > > > Add ability to link to lines of source... > > > > > > was trying to share this as another reference for

Re: [sqlite] Fossil Feature Request

2018-03-30 Thread Richard Hipp
On 3/30/18, J Decker wrote: > Sqlite's Fossile browser can't link line numbers... > > > Add ability to link to lines of source... > > > was trying to share this as another reference for getting UTF8 characters > from strings > > #define READ_UTF8(zIn, zTerm, c) >

Re: [sqlite] Fossil Feature Request

2018-03-30 Thread Scott Robison
On Fri, Mar 30, 2018 at 1:32 PM, J Decker wrote: > Sqlite's Fossile browser can't link line numbers... > > > Add ability to link to lines of source... > > > was trying to share this as another reference for getting UTF8 characters > from strings > > #define READ_UTF8(zIn,

[sqlite] Fossil Feature Request

2018-03-30 Thread J Decker
Sqlite's Fossile browser can't link line numbers... Add ability to link to lines of source... was trying to share this as another reference for getting UTF8 characters from strings #define READ_UTF8(zIn, zTerm, c) https://www.sqlite.org/src/artifact/810fbfebe12359f1 which is like line