CLIM mail archive

[Prev][Next][Index][Thread]

Displaying 16-bit fonts on CLIM



Greetings,

	I am using Lucid CLIM 2.0 beta, LCL v.4.1.1 DBCS.

	Does anyone know how to display other languages (eg. Japanese)
in CLIM?

; Set the text style to a specific font??
(setq *kanji-text-style* (clim:make-text-style :kanji :roman :normal))
(setf (clim:text-style-mapping (clim:find-port) *kanji-text-style*) "kana14")

This should set the font, right? 
With this, the Japanese characters came out as weird hexagonal shape characters.

But how about the coding system? 
Do I need to specify the coding system, if so, how?


Thanks

Steve Luk
luk@isi.edu

Follow-Ups:

Main Index | Thread Index