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

17 lines
302 B
Plaintext
Raw Normal View History

2012-11-08 20:12:01 +04:00
# T: Different encodings, mix of 8-bit and variable length.
# F: from code2.bud
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
code before "rot13";
code input "utf-8-strict";
code output "utf-8";
code after "rot13";
struct Root {
root is group of fixed struct { string data; } inter;
};