CodeEditApp / CodeEditApp/CodeEdit
✨ Text decoding setting
Aberta
enhancement
- Linguagem predominante
- Swift
- Estrelas
- 23k
- Forks
- 1.2k
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
### 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.
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.