Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

glgui-utf8-set! enables or disables UTF8 support of string->glyphs and glyphs->string conversions.

Parameter Description
flag UTF8 state: #t or #f

Example

Example 1: Disable UTF8 support

(glgui-utf8-set! #f)
Clone this wiki locally