Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnectionStringBuilder.Charset Property

Gets or sets the connection character set.

[Visual Basic]
Public Property Charset As String
[C#]
public string Charset {get; set;}

Property Value

The connection character set

Remarks

Firebird Charset Description
ASCII American Standard Code for Information Interchange.
BIG_5 Big5, Traditional Chinese.
DOS437 MS-DOS United States, Australia, New Zealand, South Africa.
DOS850 MS-DOS Latin-1.
DOS860 MS-DOS Portugues.
DOS861 MS-DOS Icelandic.
DOS863 MS-DOS Canadian French.
DOS865 MS-DOS Nordic.
EUCJ_0208 JIS X 0201, 0208, 0212, EUC encoding, Japanese.
GB_2312 GB2312, EUC encoding, Simplified Chinese.
ISO8859_1 ISO 8859-1, Latin alphabet No. 1.
ISO8859_2 ISO 8859-2, Latin alphabet No. 2.
KSC_5601 Windows Korean.
ISO2022-JP Windows Japanese.
SJIS_0208 Japanese (Shift-JIS)
UNICODE_FSS Eight-bit Unicode Transformation Format.
WIN1250 Windows Eastern European.
WIN1251 Windows Cyrillic.
WIN1252 Windows Latin-1.
WIN1253 Windows Greek.
WIN1254 Windows Turkish.
WIN1254 Windows Hebrew.
Arabic Windows Turkish.
WIN1257 Windows Baltic.

See Also

FbConnectionStringBuilder Class | FirebirdSql.Data.Firebird Namespace