>I know nothing about the sqlite3 code, but if you can’t find unit tests doing 
>non-ascii stuff, and you can't find conversion >code, than the original 
>author(s) probably just didn’t implement it.
>
>I might be wrong, but that would be a shame, since utf-8 encoding/decoding is 
>fully supported in Pharo.

Yes it is not implemented. As in any other open source project it is a question 
of time and contributions.

History of SQLite3 package is much much older than Pharo - original 
implementation was for Squeak 
(Avi Bryant's SQLite (v.2) wrapper), I then packaged it up as an MCZ so it did 
not get lost and a repository 
on SqS was created. Andreas Raab then contributed to it, he was at my knowledge 
the only one who really used 
it in own projects. Later after the closing of SqS was announced I moved the 
code to STHub. 

As I already mentioned - code is rather old, based on unmaintained FFI and it 
should better be redone using 
NativeBoost because I'm sure meanwhile also SQLite library already made some 
progress. 

Bye
T.








Reply via email to