This is the trivial-utf-8 Reference Manual, generated automatically by Declt version 2.4 "Will Decker" on Wed Jun 20 12:42:41 2018 GMT+0.
• Systems: | The systems documentation | |
• Files: | The files documentation | |
• Packages: | The packages documentation | |
• Definitions: | The symbols documentation | |
• Indexes: | Concepts, functions, variables and data types |
The main system appears first, followed by any subsystem dependency.
• The trivial-utf-8 system: |
trivial-utf-8.asd (file)
trivial-utf-8.lisp (file)
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files: |
• The trivial-utf-8.asd file: | ||
• The trivial-utf-8/trivial-utf-8.lisp file: |
Next: The trivial-utf-8/trivial-utf-8<dot>lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
trivial-utf-8.asd
trivial-utf-8 (system)
Previous: The trivial-utf-8<dot>asd file, Up: Lisp files [Contents][Index]
trivial-utf-8 (system)
trivial-utf-8.lisp
Next: Definitions, Previous: Files, Up: Top [Contents][Index]
Packages are listed by definition order.
• The trivial-utf-8-system package: | ||
• The trivial-utf-8 package: |
Next: The trivial-utf-8 package, Previous: Packages, Up: Packages [Contents][Index]
trivial-utf-8.asd
Previous: The trivial-utf-8-system package, Up: Packages [Contents][Index]
trivial-utf-8.lisp (file)
common-lisp
Definitions are sorted by export status, category, package, and then by lexicographic order.
• Exported definitions: | ||
• Internal definitions: |
Next: Internal definitions, Previous: Definitions, Up: Definitions [Contents][Index]
• Exported functions: | ||
• Exported conditions: |
Next: Exported conditions, Previous: Exported definitions, Up: Exported definitions [Contents][Index]
Read utf-8 encoded data from a byte stream and construct a string with the characters found. When null-terminated is given it will stop reading at a null character, stop-at-eof tells it to stop at the end of file without raising an error, and the char-length and byte-length parameters can be used to specify the max amount of characters or bytes to read.
trivial-utf-8.lisp (file)
Convert a string into an array of unsigned bytes containing its utf-8 representation.
trivial-utf-8.lisp (file)
Calculate the amount of bytes needed to encode a string.
trivial-utf-8.lisp (file)
Convert a byte array containing utf-8 encoded characters into the string it encodes.
trivial-utf-8.lisp (file)
Determine the amount of bytes that are part of the character starting with a given byte.
trivial-utf-8.lisp (file)
Write a string to a byte-stream, encoding it as utf-8.
trivial-utf-8.lisp (file)
Previous: Exported functions, Up: Exported definitions [Contents][Index]
trivial-utf-8.lisp (file)
simple-error (condition)
:message
:byte
(quote nil)
Previous: Exported definitions, Up: Definitions [Contents][Index]
• Internal special variables: | ||
• Internal macros: | ||
• Internal functions: |
Next: Internal macros, Previous: Internal definitions, Up: Internal definitions [Contents][Index]
trivial-utf-8.lisp (file)
Next: Internal functions, Previous: Internal special variables, Up: Internal definitions [Contents][Index]
Given a character, calls the writer function for every byte in the encoded form of that character.
trivial-utf-8.lisp (file)
Previous: Internal macros, Up: Internal definitions [Contents][Index]
Given an array of bytes and the amount of bytes to use, extract the character starting at the given start position.
trivial-utf-8.lisp (file)
Calculate the length of the string encoded by the given bytes.
trivial-utf-8.lisp (file)
Previous: Definitions, Up: Top [Contents][Index]
• Concept index: | ||
• Function index: | ||
• Variable index: | ||
• Data type index: |
Next: Function index, Previous: Indexes, Up: Indexes [Contents][Index]
Jump to: | F L T |
---|
Jump to: | F L T |
---|
Next: Variable index, Previous: Concept index, Up: Indexes [Contents][Index]
Jump to: | A F G M R S U W |
---|
Jump to: | A F G M R S U W |
---|
Next: Data type index, Previous: Function index, Up: Indexes [Contents][Index]
Jump to: | *
B M S |
---|
Jump to: | *
B M S |
---|
Previous: Variable index, Up: Indexes [Contents][Index]
Jump to: | C P S T U |
---|
Jump to: | C P S T U |
---|