(defparameter *myfont* (xlib:open-font *display* "terminus-bold-16"))
(xlib:text-extents *myfont* "привет")
; Debugger entered on #<TYPE-ERROR expected-type: BASE-CHAR datum: #\CYRILLIC_SMALL_LETTER_PE>
Seems error in translate-default:
(let ((wbuf (xlib::display-tbuf16 *display*)))
(xlib::translate-default "привет" 0 3 *myfont* wbuf 0)
wbuf)
; Debugger entered on #<TYPE-ERROR expected-type: BASE-CHAR datum: #\CYRILLIC_SMALL_LETTER_PE>
or futher down in char->card8:
(xlib:char->card8 (char "привет" 0))
; Debugger entered on #<TYPE-ERROR expected-type: BASE-CHAR datum: #\CYRILLIC_SMALL_LETTER_PE>