[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 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,["Charset\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\nProperties\n\n| Property | Type | Description |\n|------------|--------|-------------|\n| `US_ASCII` | `Enum` | |\n| `UTF_8` | `Enum` | |"]]