capi:editor-pane vs. unicode LWW
Under LWW, should a capi:editor-pane be able to display a unicode character (other than as a black rectangle)? If I type: (setq tt (string #\u+d183)) (capi:contain (make-instance 'capi:editor-pane :text tt)) it shows a black rectangle character instead of the appropriate glyph. General problem: I need to include in my gui a text editor that can display/edit unicode and has the minimum functionality of NotePad. Is there some capi doo-dad that I should be using, or should I use a Windows EditControl (i.e. Notepad) directly? A Windows-specific solution is OK, but I'd go for a portable version if it was easy. thanks pt