configures the storage format of Strings.
[Visual Basic] Sub unicode( _ ByVal flag As Boolean _ ) [C#] void unicode( bool flag ); [C++] void unicode( bool flag ); [JScript] function unicode( bool flag );
truefor turning Unicode support on,
falsefor turning Unicode support off.
configures the storage format of Strings.
This method needs to be called before a database file is created with the first Db4o.openFile() . db4o database files keep their string format after creation.
Turning Unicode support off reduces the file storage space for strings by factor 2 and improves performance.
Default setting: true
Configuration Interface | com.db4o.config Namespace