Convert a file of an encoding to another.
<file.convert
encoding-src='encoding-src'
encoding-dst='encoding-dst'
>
<file src /> +
<file dst /> *
</file.convert>
Attributes |
Name | Type | Required | Default | Description |
Aencoding-src | string | | | | Type of encoding of the input data (ISO-8859-1, UTF-8 ...). |
Aencoding-dst | string | | | | Type of encoding of the output file. |
Arguments |
Name | Type | Required | Unique | Nullable | Description |
Efile src | file | | | | Input file. Which one you want to modify of encoding. |
Efile dst | file | | | | Output file encoded according to the attribute enconding-dst. |
Returns |
Type | Description |
integer | Number of bytes copied. |