PUnQLite/Voyage-UnQLite Unicode Problem
Dec. 17, 2016
1:56 p.m.
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
3512
Age (days ago)
3512
Last active (days ago)
0 comments
1 participants
participants (1)
-
Udo Schneider