openesb-components/ojc-core/encodersl/encoder-custom/test/data/m130.cud

21 lines
353 B
Plaintext
Executable File

# T: All four encoding points differ, all 8-bit.
# F: from code.bud
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
code before "iso-8859-1";
code input "iso-8859-2";
code output "iso-8859-3";
code after "iso-8859-4";
struct Root {
root is group of delim
delim "+";
delim "-";
string f1;
struct { string f2, f3; } zonk;
};