[cffi-devel] utf-16

Helmut Eller heller at common-lisp.net
Mon May 31 12:32:36 UTC 2010


Is this assertion

(assert 
 (equal
  (cffi:with-foreign-string (data "foobar" :encoding :utf-16)
    (cffi:foreign-string-to-lisp data :count 6 :encoding :utf-16))
  "foobar"))

expected to fail?

Helmut





More information about the cffi-devel mailing list