]> git.mxchange.org Git - flightgear.git/commit
generic/output:
authormfranz <mfranz>
Sun, 29 Jul 2007 13:58:58 +0000 (13:58 +0000)
committermfranz <mfranz>
Sun, 29 Jul 2007 13:58:58 +0000 (13:58 +0000)
commit306b818490721a20eb98210633990d33c588cc55
tree81afeeffa7c201551b395f29222e7272d9f628cd
parent991c2ff06adad4d92c78507c5d1b2241aea87f3f
generic/output:
- support optional <preamble> and <postamble> which are written right
  after opening and before closing respectively. This can be used for a header
  line or an XML header.
- unescape <preamble>, <postamble>, <format>, <line_separator>, <var_separator>
  so that \t, \n, \r, \f, \v, \xnn, \nnn can be used directly (\a and \b are
  ignored; use \\ for the backslash) The long names ("carriagereturn") are still
  supported for <var_separator>, but one can just use \r, or \r\n too.
- don't abort when a chunk doesn't have a <node>. This is useful for adding
  constant chunks which consist only of a <format>, such as XML tags.
src/Network/generic.cxx
src/Network/generic.hxx