What is Peach
Installing
Tutorials
Methodology
Introduction
Training
Enterprise
FAQ
Support Forums
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

Utf8Transformer

The Utf8Transformer will produce a UTF-8 version of the provided String value in the parent data model.

Examples

 <DataModel name="Ex1">
    <String name="TransformMe" value="The brown lazy fox jumped over the fuzzed buffer">
      <Transformer class="Utf8" />
    </String>
  </DataModel>