chickadee » sdl2-ttf » UNICODE_BOM_SWAPPED

byte-swapped-unicode-set! swapped?procedure
UNICODE_BOM_NATIVEconstant
UNICODE_BOM_SWAPPEDconstant

byte-swapped-unicode-set! sets the default byte order of Unicode chars. If swapped? is #t, this sets the default byte order to swapped. If swapped? is #f, this sets the default byte order to native. See TTF_ByteSwappedUNICODE.

UNICODE_BOM_NATIVE and UNICODE_BOM_SWAPPED are special Unicode characters (unsigned 16-bit integers). When used in a Unicode string, they temporarily (for the remainder of the string) override whether the byte order of Unicode chars is native or swapped. See UNICODE_BOM_NATIVE and UNICODE_BOM_SWAPPED.