<recode></recode>
Provided by module: Tags: RXML 2 tags
Converts between character sets.
The tag can be used both to decode texts encoded in strange character
encoding schemas, and encode internal data to a specified encoding
scheme. All character sets listed in RFC 1345 are supported.
Attributes
- from="Character set"
-
Converts the contents of the charset tag from the character set indicated
by this attribute to the internal text representation. Useful for decoding
data stored in a database.
- to="Character set"
-
Converts the contents of the charset tag from the internal representation
to the character set indicated by this attribute. Useful for encoding data
before storing it into a database.