[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[[["\u003cp\u003eCharset is a typesafe enum used to represent character sets.\u003c/p\u003e\n"],["\u003cp\u003eTo reference a specific character set, use the syntax \u003ccode\u003eUtilities.Charset.[Charset Name]\u003c/code\u003e, such as \u003ccode\u003eUtilities.Charset.US_ASCII\u003c/code\u003e for US-ASCII.\u003c/p\u003e\n"],["\u003cp\u003eAvailable character set options include US_ASCII and UTF_8.\u003c/p\u003e\n"]]],[],null,["# Enum Charset\n\nCharset\n\nA typesafe enum for character sets.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nUtilities.Charset.US_ASCII`. \n\n### Properties\n\n| Property | Type | Description |\n|------------|--------|-------------|\n| `US_ASCII` | `Enum` | |\n| `UTF_8` | `Enum` | |"]]