enable unicode normalization

Summary information

Default value

1

Range of values

0 – 1

Status

Dynamic

Display level

Comprehensive

Required role

System Administrator

Activates Unilib character normalization. The normalization process modifies the data so there is only a single representation in the database for a given sequence of abstract characters. Often, characters followed by combined diacritics are replaced by pre-combined forms.

Set enable unicode normalization to 1 to use the built-in process that enforces normalization on all incoming Unicode data. If this parameter is disabled (set to 0), the normalization step is bypassed and the client code is responsible for normalization rather than the server. If normalization is disabled, performance is improved—but only if all clients present Unicode data to the server using the same representation.

NoteOnce disabled, normalization cannot be turned on again. This one-way change, prevents non-normalized data from entering the data base.