CodeEditApp / CodeEditApp/CodeEdit
✨ Text decoding setting
Ouverte
enhancement
- Langage dominant
- Swift
- Étoiles
- 23k
- Forks
- 1.2k
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.