From: ············@gmail.com
Subject: Lispwork socket-stream question (beyond base-char)
Date: 
Message-ID: <1181187862.608503.205940@a26g2000pre.googlegroups.com>
 (make-instance 'comm:socket-stream
                  :socket socket-handle
                  :direction :io
                  :element-type 'character)

Hello:

   I want a socket-stream which is a character stream that can handle
Chinese characters (codepage 950), the client side comm:open-tcp-
stream seems works with :element-type 'simple-char. However, the
server side socket-stream from the manual seems to allows only 'base-
char and '(signed-byte 8) '(unsigned-byte 8)...

  Is there any solution??
  Thanks