From 7bb2ccf52f96d0781a32f7dd709f90c9f8243f47 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig <patternset> elements.
It is possible to use different converters. This can be selected
+ with the implementation attribute.
+ Here are the choices:
| Attribute | @@ -49,7 +58,8 @@||
| reverse | Reverse the sense of the conversion, - i.e. convert from ASCII to native | + i.e. convert from ASCII to native only supported by the + sun converterNo |
| No | ||
| implementation | +The converter implementation to use. + If this attribute is not set, the default converter for the + current VM will be used. (See the above list of valid converters.) | +No | +
You can specify additional command line arguments for the converter
+with nested <arg> elements. These elements are
+specified like Command-line Arguments
+but have an additional attribute that can be used to enable arguments
+only if a given converter implementation will be used.
| Attribute | +Description | +Required | +
| value | +See + Command-line Arguments. | +Exactly one of these. | +
| line | +||
| file | +||
| path | +||
| implementation | +Only pass the specified argument if the chosen converter + implementation matches the value of this attribute. Legal values + are the same as those in the above list of valid compilers.) | +No | +
@@ -133,6 +192,6 @@