|
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
|