• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

A.6 library(charsio): I/O on Lists of Character Codes
All Application Manual Name SummaryHelp

  • Documentation
    • Reference manual
      • The SWI-Prolog library
        • library(charsio): I/O on Lists of Character Codes
          • format_to_chars/3
          • format_to_chars/4
          • write_to_chars/2
          • write_to_chars/3
          • atom_to_chars/2
          • atom_to_chars/3
          • number_to_chars/2
          • number_to_chars/3
          • read_from_chars/2
          • read_term_from_chars/3
          • open_chars_stream/2
          • with_output_to_chars/2
          • with_output_to_chars/3
          • with_output_to_chars/4
    • Packages
Availability::- use_module(library(charsio)).(can be autoloaded)
Sourcewrite_to_chars(+Term, -Codes, ?Tail)
Write a term to a code list. Codes\Tail is a difference list of character codes produced by write/1 on Term.
ClioPatria (version V3.1.1-51-ga0b30a5)