<div dir="ltr">Hi,<br><br><br>I cannot specify external-format (for example "(:crlf :cp932)") on my environment.<br><br>I want to write string to file with some encoding. So I type in my REPL like this:<br><br>(with-open-file (out "test.txt"<br>                 :direction :output<br>                 :external-format '(:crlf ext:cp932))<br>  (write-string "some string" out))<br><br>Then invoked debugger and it shows that:<br><br>The function EXT:MAKE-ENCODING is undefined.<br>   [Condition of type UNDEFINED-FUNCTION]<br><br>When the external-format is :utf-8, string is successfully written.<br><br>Is this an wrong way? Or my environment is broken?<br><br><br>Just for your information, I send below.<br>Please tell me if it's not enough.<br><br><br>> *features*<br><br>(:NEW :LINUX :FORMATTER :ECL-WEAK-HASH :LITTLE-ENDIAN :ECL-READ-WRITE-LOCK<br> :LONG-LONG :UINT64-T :UINT32-T :UINT16-T :RELATIVE-PACKAGE-NAMES :LONG-FLOAT<br> :UNICODE :DFFI :CLOS-STREAMS :CMU-FORMAT :UNIX :ECL-PDE :DLOPEN :CLOS :THREADS<br> :BOEHM-GC :ANSI-CL :COMMON-LISP :IEEE-FLOATING-POINT :PREFIXED-API :FFI<br> :X86_64 :COMMON :ECL)<br>> (lisp-implementation-type)<br><br>"ECL"<br>> (lisp-implementation-version)<br><br>"15.3.7"<br>>   <br><br><br>Thank you,<br><br>Shinichi</div>