summaryrefslogtreecommitdiff
path: root/libxerces-c/tests/sax-print/testscript
blob: cbc62e4367c74e9986be9265d544d9b9bb3774e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# file      : tests/sax-print/testscript
# license   : Apache License 2.0; see accompanying LICENSE file

: utf8
:
{
  cat <<EOI >=f;
    <?xml version="1.0" encoding="UTF-8"?>
    <msg>
      Mitteleuropäische catégorie
    </msg>
    EOI

  $* -x=UTF-8 f >>:EOO
    <?xml version="1.0" encoding="UTF-8"?>
    <msg>
      Mitteleuropäische catégorie
    </msg>
    EOO
}