Character Sets

Character Data

For character data, the character set used by Mimer SQL is ISO 8859-1 (also known as Latin1). Character data is by default sorted in numerical order according to the ISO8BIT collation.

char_set.png

 

SP = space

NS = non-breaking space

SH = soft hyphen

National Character Data – Unicode

For national character data, Mimer SQL uses the Unicode character set. National character data is by default sorted in numerical order according to the UCS_BASIC collation.

For more information, see https://www.unicode.org.