[Name] ENCODING [Description] ENCODING provides a drop down widget that contains the list of character encodings. The configuration is a list of one or more options, each of which can take the following form: 1. A wildcard pattern (e.g. "*", "utf-*") : Selects a list of the predefined encodings whose short name matches the given pattern 2. A literal encoding name understood by the system (preferably one of the standard IANA names (see http://www.iana.org/assignments/character-sets/character-sets.xml)) 3. A comma-separated list of the form ,, where is a human-readable description to show up in the pulldown list. The "predefined encodings" are listed in the file "encodings.db" in the FME install directory. For each line, the first column is the short name for the encoding, and the third column (if present) is a longer description of the encoding which will appear in the pulldown list. In a Transformer (*.fmx) File Syntax PARAMETER_NAME: PARAMETER_TYPE: ENCODING [%]* PARAMETER_PROMPT: