Next: Composing External Formats, Previous: External Formats, Up: External Formats [Contents][Index]
The available external formats are listed below in Table 13.1. The first column gives the external format, and the second column gives a list of aliases that can be used for this format. The set of aliases can be changed by changing the aliases file.
For all of these formats, if an illegal sequence is encountered, no error or warning is signaled. Instead, the offending sequence is silently replaced with the Unicode REPLACEMENT CHARACTER (U+FFFD).
Format | Aliases | Description |
---|---|---|
:iso8859-1 | :latin1 :latin-1 :iso-8859-1 | ISO8859-1 |
:iso8859-2 | :latin2 :latin-2 :iso-8859-2 | ISO8859-2 |
:iso8859-3 | :latin3 :latin-3 :iso-8859-3 | ISO8859-3 |
:iso8859-4 | :latin4 :latin-4 :iso-8859-4 | ISO8859-4 |
:iso8859-5 | :cyrillic :iso-8859-5 | ISO8859-5 |
:iso8859-6 | :arabic :iso-8859-6 | ISO8859-6 |
:iso8859-7 | :greek :iso-8859-7 | ISO8859-7 |
:iso8859-8 | :hebrew :iso-8859-8 | ISO8859-8 |
:iso8859-9 | :latin5 :latin-5 :iso-8859-9 | ISO8859-9 |
:iso8859-10 | :latin6 :latin-6 :iso-8859-10 | ISO8859-10 |
:iso8859-13 | :latin7 :latin-7 :iso-8859-13 | ISO8859-13 |
:iso8859-14 | :latin8 :latin-8 :iso-8859-14 | ISO8859-14 |
:iso8859-15 | :latin9 :latin-9 :iso-8859-15 | ISO8859-15 |
:utf-8 | :utf :utf8 | UTF-8 |
:utf-16 | :utf16 | UTF-16 with optional BOM |
:utf-16-be | :utf-16be :utf16-be | UTF-16 big-endian (without BOM) |
:utf-16-le | :utf-16le :utf16-le | UTF-16 little-endian (without BOM) |
:utf-32 | :utf32 | UTF-32 with optional BOM |
:utf-32-be | :utf-32be :utf32-be | UTF-32 big-endian (without BOM) |
:utf-32-le | :utf-32le :utf32-le | UTF-32 little-endian (without BOM) |
:cp1250 | ||
:cp1251 | ||
:cp1252 | :windows-1252 :windows-cp1252 :windows-latin1 | |
:cp1253 | ||
:cp1254 | ||
:cp1255 | ||
:cp1256 | ||
:cp1257 | ||
:cp1258 | ||
:koi8-r | ||
:mac-cyrillic | ||
:mac-greek | ||
:mac-icelandic | ||
:mac-latin2 | ||
:mac-roman | ||
:mac-turkish | ||
:default | The format specified by *default-external-format* | |
:locale | The format obtained from the system locale setting |
Next: Composing External Formats, Previous: External Formats, Up: External Formats [Contents][Index]