config-lsp/common-documentation
Myzel394 8c8efe45b8 Add common-documentation/linux/charsets.go
Closes to #5

Add `common-documentation/linux/charsets.go` with an array of `EnumString`s using `docvalues.CreateEnumStringWithDoc` function.

* Create a new file `charsets.go` in the `common-documentation/linux` directory.
* Import the `docvalues` package.
* Create an array of `EnumString`s using `docvalues.CreateEnumStringWithDoc` function.
* Include the charsets and their documentation as specified in the issue description.
* List each valid charset into its own enum, ensuring correct interpretation (e.g., "ascii" instead of "ASCII", "koi8r", "utf8", "iso8859-1").
2024-08-08 22:21:40 +02:00
..