aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/encoding/TextEncodingDetect.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <chore>(project): add and separate third party codeSaturneric2022-02-031-313/+0
| | | | | 1. Add libarchive dependency 2. Separate encoding detection code from src
* <refactor, feat>(ui): Text editor improvements.Saturneric2022-01-121-0/+313
1. Add binary display mode 2. Add information bar 3. Added character code recognition function. 4. Identify text encoding and line breaks 5. Count the number of characters 6. Code reconstruction