PUnQLite/Voyage-UnQLite Unicode Problem

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

PUnQLite/Voyage-UnQLite Unicode Problem

Udo Schneider
All,

I'm currently dabbling with Voyage-UnQLite. However I noticed that
Unicode strings do not seem to be supported.

Just try the following "testcase":

repo := VOUnQLiteRepository on: (FileLocator temp / 'db').
s := (Character codePoint: 512) asString -> nil.
repo save: s.

My initial reaction was to make sure that strings are always converted
to/from UTF-8 when using PUnQLite. However I'm not sure if this is
something that needs to be addressed on the PUnQLite or Voyage-UnQLite
level.

CU,

Udo