mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-30 17:14:40 +08:00
docs: name encoding detection and decoding libraries
This commit is contained in:
@@ -14,7 +14,7 @@ Kilo automatically detects the text encoding of each file it reads and preserves
|
||||
- Shift_JIS, EUC-JP, GB2312, Big5, EUC-KR
|
||||
- Windows-1251, KOI8-R
|
||||
- The ISO-8859 family
|
||||
- Other common legacy Latin and CJK encodings
|
||||
- Other common legacy Latin and CJK encodings detected by [jschardet](https://github.com/aadsm/jschardet) and decoded by [iconv-lite](https://github.com/ashtuchkin/iconv-lite)
|
||||
|
||||
New files Kilo creates are always UTF-8 without a BOM. Encoding detection only runs when Kilo reads or overwrites an existing file.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user