Enum SepaQrCodeCharacterSet
The EPC069 specified character set value contained in the QR code data.
Namespace: Subsembly.Sepa
Assembly: Subsembly.Sepa.dll
Syntax
public enum SepaQrCodeCharacterSet
Remarks
The EPC069 character set is a big misconception. Every QR code already defines a character set by itself and uses an ECI (Extended Channel Interpretations) marker to communicate it. So, when decoding a QR code, the character set defined by the QR code itself will always be used, regardless of the EPC069 value contained in the QR code payload data. Anyway, when creating an EPC069 QR code it would be nice if the ECI marker indicates the same character set than the EPC069 payload data.
Fields
Name | Description |
---|---|
ISO_8859_1 | This is the QR code default encoding and should also be the default character set value of the EPC069 payload data. |
ISO_8859_10 | |
ISO_8859_15 | |
ISO_8859_2 | |
ISO_8859_4 | |
ISO_8859_5 | |
ISO_8859_7 | |
UTF8 |