STDLIB User's Guide | Reference Manual | Release Notes | Off-Print | Top

STDLIB User's Guide

Version 1.16.3

Bibliography | Glossary | Cover

Table of Contents


1 The Erlang I/O-protocol
1.1 Protocol basics
1.2 Output requests
1.3 Input Requests
1.4 I/O-server modes
1.5 Multiple I/O requests
1.6 Optional I/O-requests
1.7 Unimplemented request types:
1.8 An annotated and working example io_server:

2 Using Unicode in Erlang
2.1 What Unicode is
2.2 Standard Unicode representation in Erlang
2.3 Basic language support for Unicode
2.4 The interactive shell
2.5 Unicode-aware modules
2.6 Unicode recipes