Lispwork socket-stream question (beyond base-char)

  • Follow


 (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

0
Reply sailormoontw (55) 6/7/2007 3:44:22 AM


0 Replies
37 Views

(page loaded in 0.042 seconds)

Similiar Articles:





7/29/2012 6:03:29 PM


Reply: