Enum: TextCharset
Character encodings for text content
URI: valuesets:TextCharset
Permissible Values
| Value |
Meaning |
Description |
| UTF_8 |
None |
UTF-8 Unicode encoding |
| UTF_16 |
None |
UTF-16 Unicode encoding |
| UTF_32 |
None |
UTF-32 Unicode encoding |
| ASCII |
None |
ASCII encoding |
| ISO_8859_1 |
None |
ISO-8859-1 (Latin-1) encoding |
| ISO_8859_2 |
None |
ISO-8859-2 (Latin-2) encoding |
| WINDOWS_1252 |
None |
Windows-1252 encoding |
| GB2312 |
None |
Simplified Chinese encoding |
| SHIFT_JIS |
None |
Japanese encoding |
| EUC_KR |
None |
Korean encoding |
| BIG5 |
None |
Traditional Chinese encoding |
Slots
| Name |
Description |
| text_charset |
Character encodings for text content |
Schema Source
- from schema: https://w3id.org/linkml/valuesets
LinkML Source
name: TextCharset
description: Character encodings for text content
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
UTF_8:
text: UTF_8
description: UTF-8 Unicode encoding
UTF_16:
text: UTF_16
description: UTF-16 Unicode encoding
UTF_32:
text: UTF_32
description: UTF-32 Unicode encoding
ASCII:
text: ASCII
description: ASCII encoding
ISO_8859_1:
text: ISO_8859_1
description: ISO-8859-1 (Latin-1) encoding
ISO_8859_2:
text: ISO_8859_2
description: ISO-8859-2 (Latin-2) encoding
WINDOWS_1252:
text: WINDOWS_1252
description: Windows-1252 encoding
GB2312:
text: GB2312
description: Simplified Chinese encoding
SHIFT_JIS:
text: SHIFT_JIS
description: Japanese encoding
EUC_KR:
text: EUC_KR
description: Korean encoding
BIG5:
text: BIG5
description: Traditional Chinese encoding