Gladius DB has no collation or character set support. All strings and text values are binary
strings (each character is encoded with 8 bits/1 byte); this limitation is inherited from PHP but
you can work it around storing simple binary strings and performing the correct
encoding/deconding at the application level.