Skip to main content

Unicode Characters

The Unicode sort ranges over unicode characters.

A few operations are supported over characters.

While Unicode is the default you can set the encoding of characters to ASCII (8 bit) or Bmp (16 bit).

(set-option :encoding unicode)
(set-option :encoding ascii)
(set-option :encoding bmp)