charset-alias plugin

New in version 2.2.34.

See also

See Charset Alias plugin for a plugin overview.

Settings

charset_aliases
  • Default: <empty>

  • Values: String

A space-separated string of <from>=<to> charsets. The “from” charsets” will be treated as “to” charsets when decoding to UTF-8.

Example:

plugin {
  charset_aliases = shift_jis=sjis-win euc-jp=eucjp-win iso-2022-jp=iso-2022-jp-3
}