8 bit UCS transformation format. The UTF-8 character set uses one byte for most important (ASCII) characters and multiple bytes for less commonly used or none western european characters.

Namespace: BasicCard.BasicCards
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public const string CharsetIdUtf8
Visual Basic
Public Const CharsetIdUtf8 As String
Visual C++
public:
literal String^ CharsetIdUtf8
F#
static val mutable CharsetIdUtf8: string

Field Value

Type: String

See Also