CodeEditApp / CodeEditApp/CodeEdit

✨ Text decoding setting

Open
#1,202 0 comments 0 reactions 1 assignee Claimed by @luah5 View on GitHub
enhancement
Dominant language
Swift
Stars
23k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

### Description

there should be a preference in `Text Editing` for the way that text is decoded, the formats should be:

- `ascii`
- `iso2022JP`
- `isoLatin1`
- `isoLatin2`
- `japaneseEUC`
- `macOSRoman`
- `nextstep`
- `nonLossyASCII`
- `shiftJIS`
- `symbol`
- `unicode`
- `utf16`
- `utf16BigEndian`
- `utf16LittleEndian`
- `utf32`
- `utf32BigEndian`
- `utf32LittleEndian`
- `utf8`

### Additional Context

we should try to emulate xcode's `Default Text Encoding` preference as much as possible.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.