configures the storage format of Strings.
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 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