https://github.com/fougue/cassolette
Detection of file encodings made easy
https://github.com/fougue/cassolette
text-encoding unicode-converter
Last synced: 4 months ago
JSON representation
Detection of file encodings made easy
- Host: GitHub
- URL: https://github.com/fougue/cassolette
- Owner: fougue
- License: other
- Created: 2014-04-15T09:20:03.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-11-25T09:21:57.000Z (about 5 years ago)
- Last Synced: 2025-01-12T18:52:20.903Z (about 1 year ago)
- Topics: text-encoding, unicode-converter
- Language: C++
- Homepage:
- Size: 349 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Introduction
------------
`Cassolette` is a free and multi-platform utility software to help analysing and converting the
encoding of text files.
To detect file encoding, Cassolette internally uses the Mozilla's Universal Character Set Detector
library (UCSD for short).
Code source of Mozilla's UCSD library was taken from :
https://github.com/batterseapower/libcharsetdetect
How To Build
------------
`Cassolette` is developed with Qt5 / C++11 so a recent C++ compiler is required.
If you don't have Qt yet, pre-compiled binaries can be installed with the [Qt installer](https://www.qt.io/download-qt-installer)
Then type these commands from the root directory of cassolette :
```bash
qmake
(n)make
```
License
-------
`Cassolette` is available under CeCILL-B which is a BSD-like license. For more information, please
see http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
Copyright (c) 2015, Fougue Ltd.