https://github.com/take-cheeze/mruby-uchardet
mruby binding of mozilla universal charset detector.
https://github.com/take-cheeze/mruby-uchardet
Last synced: 9 months ago
JSON representation
mruby binding of mozilla universal charset detector.
- Host: GitHub
- URL: https://github.com/take-cheeze/mruby-uchardet
- Owner: take-cheeze
- Created: 2014-06-30T12:30:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-30T14:21:21.000Z (over 11 years ago)
- Last Synced: 2025-03-24T00:02:39.287Z (10 months ago)
- Language: C++
- Size: 285 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mruby - mruby-uchardet - mruby binding of mozilla universal charset detector. (System)
README
mruby-uchardet
==============
mruby binding of mozilla universal charset detector.
## Original code.
Files under **src/**(except **mrb_uchardet.cxx**) is originally from [gecko-dev](https://github.com/mozilla/gecko-dev/tree/master/extensions/universalchardet).
I've modified it to build without `nscore.h` and some other dependencies.
## License
Following the original code so this code is under [Mozilla Public License 2.0](http://opensource.org/licenses/MPL-2.0).
Only copyright of **src/mrb_uchardet.cxx** is `Copyright (c) 2014 Takeshi Watanabe`.