15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17
17
# \subsection{\emph{rio} - simple text metaformat}
19
19
# \emph{r} stands for `restricted', `reproducible', or `rfc822-like'.
21
21
# The stored data consists of a series of \emph{stanzas}, each of which contains
22
22
# \emph{fields} identified by an ascii name, with Unicode or string contents.
24
24
# There may be more than one field in a stanza with the same name.
26
26
# The format itself does not deal with character encoding issues, though
27
27
# the result will normally be written in Unicode.
29
29
# The format is intended to be simple enough that there is exactly one character
30
30
# stream representation of an object and vice versa, and that this relation
31
31
# will continue to hold for future versions of bzr.