lispdoc - results for external-format |
babel:external-format | Type: An EXTERNAL-FORMAT consists in a combination of a Babel CHARACTER-ENCODING and an end-of-line style.
|
(stream-external-format stream) | Undocumented
|
| Mentioned in: CLtL2 - 21.3. Operations on Streams CLtL2 - 23.2. Opening and Closing Files HyperSpec - Function STREAM-EXTERNAL-FORMAT | |
(babel:make-external-format encoding &key (eol-style *default-eol-style*)) | Undocumented
|
(babel:external-format-equal ef1 ef2) | Undocumented
|
(babel:ensure-external-format thing) | Undocumented
|
(babel:external-format-encoding object) | Undocumented
|
(hunchentoot:reply-external-format object) | Undocumented
|
(hunchentoot:reply-external-format* &optional (reply *reply*)) | Function: The external format of REPLY which is used for character output.
|
(babel:external-format-eol-style object) | Undocumented
|
(flexi-streams:external-format-id object) | Undocumented
|
(flexi-streams:make-external-format name &rest args &key (little-endian *default-little-endian*) id eol-style) | Function: Creates and returns an external format object as specified. NAME is a keyword like :LATIN1 or :UTF-8, LITTLE-ENDIAN specifies the `endianess' of the external format and is ignored for 8-bit encodings, EOL-STYLE is one of the keywords :CR, :LF, or :CRLF which denote the end-of-line character (sequence), ID is the ID of a Windows code page (and ignored for other encodings).
|
(flexi-streams:external-format-name object) | Undocumented
|
flexi-streams:external-format-error | Type: Superclass for all errors related to external formats.
Structure: Superclass for all errors related to external formats. |
(flexi-streams:external-format-equal ef1 ef2) | Function: Checks whether two EXTERNAL-FORMAT objects denote the same encoding.
|
flexi-streams:external-format-condition | Type: Superclass for all conditions related to external formats.
Structure: Superclass for all conditions related to external formats. |
(flexi-streams:external-format-eol-style object) | Undocumented
|
hunchentoot:*hunchentoot-default-external-format* | Variable: The external format used to compute the REQUEST object.
|
(flexi-streams:flexi-stream-external-format object) | Undocumented
|
(flexi-streams:external-format-little-endian object) | Undocumented
|
flexi-streams:external-format-encoding-error | Type: Errors of this type are signalled if there is an encoding problem.
Structure: Errors of this type are signalled if there is an encoding problem. |
(flexi-streams:external-format-condition-external-format condition) | Undocumented
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |