Represents list with encoding of produced HTML
Namespace:
SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 3.0.2.0
Syntax
| C# | Visual Basic | J# |
public enum eEncoding
Public Enumeration eEncoding
public enum eEncoding
Members
| Member | Description |
|---|---|
| Windows_1250 |
Set windows-1250 encoding, Central European and Eastern European languages
|
| Windows_1251 |
Set windows-1251 encoding, designed to cover languages that use the Cyrillic alphabet
|
| Windows_1252 |
Set windows-1252 encoding, character encoding of the Latin alphabet
|
| Windows_1253 |
Set windows-1253 encoding, Windows code page used to write modern Greek (but not polytonic Greek).
|
| Windows_1254 |
Set windows-1254 encoding, Turkish
|
| Windows_1255 |
Set windows-1255 encoding, Hebrew
|
| Windows_1256 |
Set windows-1256 encoding, Arabic
|
| Windows_1257 |
Set windows-1257 encoding, used to write Estonian (although that can also be written with Windows-1252), Latvian and Lithuanian languages
|
| Windows_1258 |
Set windows-1258 encoding, Vietnamese
|
| ISO_8859_1 |
Set iso-8859-1 encoding, Western European languages
|
| ISO_8859_2 |
Set iso-8859-2 encoding, can be used for the following languages: Bosnian, Croatian, Czech, German, Hungarian, Polish, Romanian, Serbian (when in the Latin script), Slovak, Slovene, Upper Sorbian, and Lower Sorbian
|
| ISO_8859_3 |
Set iso-8859-3 encoding, South European. It was designed to cover Turkish, Maltese and Esperanto
|
| ISO_8859_4 |
Set iso-8859-4 encoding, North European. It was designed to cover Estonian, Latvian, Lithuanian, Greenlandic, and Sami
|
| ISO_8859_5 |
Set iso-8859-5 encoding, Latin/Cyrillic. It was designed to cover languages using a Cyrillic alphabet such as Bulgarian, Belarusian, Russian, Serbian and Macedonian
|
| ISO_8859_6 |
Set iso-8859-6 encoding, Latin/Arabic
|
| ISO_8859_7 |
Set iso-8859-7 encoding, Latin/Greek alphabet
|
| ISO_8859_8 |
Set iso-8859-8 encoding, Hebrew
|
| ISO_8859_9 |
Set iso-8859-9 encoding, Turkish
|
| KOI8_R |
Set koi8-r encoding, Cyrillic
|
| UTF_8 |
Set utf-8 encoding, Unicode. Designed for all languages.
|