[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 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 and the second column is a long description of the encoding 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)) or one of the two fme specific encoding values: fme-binary & fme-system. 3. A comma-separated list of the form ,, where is a human-readable description. 4. a sentinel value indicating the encoding comes from an external location. For example, httpCaller has an option to detect the encoding based on the http header. Generally, OPTIONAL should not be used with this parameter type. The user should always specify an encoding or unexpected behavior can occur between operating systems. A default value of fme-authoring-system will be replaced with the operating system encoding when the fmf/fmx/etc is read in. In a Transformer (*.fmx) File Syntax PARAMETER_NAME: PARAMETER_TYPE: ENCODING [%]* PARAMETER_PROMPT: