[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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,["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` | |"]]