Topic: more enhancements and new dll file.

This archive contains More enhancements and sqlite 3.6.11 dll file.

mbcs ansistring works properly on utf-16 configurations.

Sorry, thers is no comment .

http://www.mediafire.com/?zl51yvyuz3z

Last edited by parcel (2009-03-30 04:58:19)

Re: more enhancements and new dll file.

Great update Parcel.

BUGFIXES AND ENHANCEMENTS
I would be happy to include your modification or bugfixes in the current 0.42. To do this,  I need to keep track of your contribution (except for the fixes posted on forum).

May be the simplest way would be to mark the code changes with something like

//------- edited by Parcel on dd-mm-yyyy
...code
// ------- end ----------------

What do you think about it ?


UTF8 and UTF16
I'm very concerned with utf8 or utf16 support, even if the component is good enougth for english or french...It could then be used by many others people.
I currently use old fashion Delphi4 to code sqlitepass so I'm missing unicodestrings and I would appreciate your help to turn the component utf compliant from D4 to D2008 and Lazarus/fpc...

Re: more enhancements and new dll file.

luckylazarus wrote:

Great update Parcel.

BUGFIXES AND ENHANCEMENTS
I would be happy to include your modification or bugfixes in the current 0.42. To do this,  I need to keep track of your contribution (except for the fixes posted on forum).

May be the simplest way would be to mark the code changes with something like

//------- edited by Parcel on dd-mm-yyyy
...code
// ------- end ----------------

What do you think about it ?

If you do, I appreciate it smile


luckylazarus wrote:

UTF8 and UTF16
I'm very concerned with utf8 or utf16 support, even if the component is good enougth for english or french...It could then be used by many others people.
I currently use old fashion Delphi4 to code sqlitepass so I'm missing unicodestrings and I would appreciate your help to turn the component utf compliant from D4 to D2008 and Lazarus/fpc...

UTF-8 support is simple,

but delphi 4 and 5 does not include function "AnsiToUTF8" and "Utf8ToAnsi".

ftWideString support is also difficult for me neutral

Last edited by parcel (2009-03-30 16:08:29)

Re: more enhancements and new dll file.

New SQLitePass3.DLL based on SQLite 3.6.12  smile



http://www.mediafire.com/?indixntdmnq

Last edited by parcel (2009-04-01 10:06:25)