<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Apr 21, 2011, at 16:54 , David Lichteblau wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Quoting Marco Antoniotti (<a href="mailto:marcoxa@cs.nyu.edu">marcoxa@cs.nyu.edu</a>):<br><blockquote type="cite">Always on LWM.  I assume this has to do with UNICODE or not support, but the example in the docs is misleading.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">CL-USER 37 > (defparameter *source* (cxml:make-source "<example>text</example>"))<br></blockquote><br>That example should work in any implementation with Unicode support.<br><br>Backtrace?<br>Value of *features*?<br><br></div></blockquote></div><div><br></div><div>Here they are.  I suspect that LWM does not support UNICODE.</div><div><br></div><div><font class="Apple-style-span" face="'Courier New'">CL-USER 2 > (defparameter *source* (cxml:make-source "<example>text</example>"))<br><br>Error: In = of (#\< 254) arguments should be of type NUMBER.<br>  1 (continue) Return a value to use.<br>  2 Supply a new first argument.<br>  3 (abort) Return to level 0.<br>  4 Return to top loop level 0.<br><br>Type :b for backtrace or :c <option number> to proceed.<br>Type :bug-form "<subject>" for a bug report template or :? for other options.<br><br>CL-USER 3 : 1 > :b<br>Call to ERROR<br>Call to (METHOD RUNES::FIGURE-ENCODING (STREAM))<br>Call to RUNES:MAKE-XSTREAM<br>Call to CXML:MAKE-SOURCE<br>Call to LET<br>Call to LET<br>Call to EVAL<br>Call to CAPI::CAPI-TOP-LEVEL-FUNCTION<br>Call to CAPI::INTERACTIVE-PANE-TOP-LOOP<br>Call to MP::PROCESS-SG-FUNCTION<br><br>CL-USER 4 : 1 > (pprint *features*)<br><br>(BABEL::UCS-2-CHARS<br> :RUNE-IS-CHARACTER<br> :RUNE-IS-UTF-16<br> :ASDF2<br> :ASDF<br> :MK-DEFSYSTEM<br> :COMMON-LISPWORKS<br> :LW-EDITOR<br> :CAPI-COCOA-LIB<br> :CAPI-TOOLKIT<br> :CAPI<br> :DBCS-ENV<br> :COCOA<br> :UNIX-WITHOUT-MOTIF<br> :COMMON-FFI<br> :NEW-PATCH-SYSTEM<br> :BYTE-INSTRUCTIONS<br> :COMPILER<br> :SHALLOW-BINDING<br> :ANSI-CL<br> :COMMON-LISP<br> :IEEE-FLOATING-POINT<br> :LISPWORKS<br> :CLASS-SHAKE-USING-GATES<br> :COMMON-DEFSYSTEM<br> :CLOS<br> :DBCS<br> :UNICODE<br> :NATIVE-THREADS<br> :UNIX<br> :HARLEQUIN-COMMON-LISP<br> :LISPWORKS-32BIT<br> :LATIN-1<br> :LISPWORKS6<br> :LISPWORKS6.0<br> :PTHREADS<br> :DARWIN<br> :MAC<br> :MACOSX<br> :APPLE<br> ...)<br><br>CL-USER 5 : 1 > </font></div><div><br></div>Any idea about how to fix this?<div><br><div>--<br>Marco Antoniotti<br><br></div><br></div></body></html>