- °¢ ¾ð¾îº° character set detecting À» À§ÇÑ library ¹× API Á¤¸®
- Charset detecting ¿¡´Â Å©°Ô 2°¡Áö open µÈ library ¸¦ ÀÌ¿ë
3.1. Original Mozilla Code ¶
- C++ ±â¹Ý
- browser Äڵ忡¼ ºÐ¸®ÇØ ³»±â°¡ ½±Áö ¾Ê´Ù.
- ¿äÁò ¹öÀüÀÇ °æ¿ì intl/chardet/test ¿¡ sample source °¡ ÀÖ¾î ¹«¾ð°¡ ¿©Áö°¡ ÀÖÀ» µí..
- C# ¿ë API
- Mozilla Universal Charset Detect Algorithm
- 2016.05 ÇöÀç ÇÁ·ÎÁ§Æ® ¾ø¾îÁø µí.
- GitHub¿¡ UDE¶ó´Â ÇÁ·ÎÁ§Æ®°¡ ÀÖÀ½
- Java ¿ë chardet class API
- Mozilla Universal Charset Detect Algorithm
- sourceforge ¿¡¼ ÁøÇà Áß
- ¿ª½Ã »ìÆì º¸Áö´Â ¾Ê¾ÒÀ½
3.4. py-chardet ¶
- Python API
- Mozilla Universal Charset Detect Algorithm
- python pure code ·Î ÀÛ¼º
- ¼Óµµ°¡ ´À¸° ´ÜÁ¡
- ±×·¡µµ °¡Àå À¯¸íÇÔ. (°Ë»ö¿¡ °¡Àå ¸¹ÀÌ °É¸²)
- °³¹ßÀÌ Áß´ÜÀÌ µÈ °Í °°°í, ¸î¸î forking versionµéÀÌ ÀÖÀ½
- python-chardet c binding module
3.6. Encode-Detect ¶
- Perl API
- Mozilla Universal Charset Detect Algorithm
- C++ binding ÀÌ¶ó¼ ¼Óµµ°¡ ÁÁ´Ù.
- ¸î¸î ¾ð¾î¿¡ ´ëÇÏ¿© ¹ö±×°¡ ÀÖ´Ù.
- ¹ö±×°¡ ÀÖÀ¸³ª, python chardet º¸´Ù´Â Á¤È®µµ°¡ ³ô´Ù
3.7. libchardet ¶
- C/C++ library ( libchardet.so/libchardet.a support)
- Mozilla Universal Charset Detect Algorithm
- Encode-Detect 1.01 ÀÇ C++ binding Äڵ带 ¼öÁ¤
- C wrapping API Á¦°ø
- Encode-Detect ÀÇ ¹ö±× ¼öÁ¤
- python chardet/Encode-Detect º¸´Ù´Â Á¤È®µµ°¡ ³ô´Ù
- 2010/07 ÇöÀç libchardet ÀÌ ¿©·¯°³°¡ Á¸ÀçÇÑ´Ù. ´ëºÎºÐ Encode-DetectÀÇ C++ binding À¸·Î, frontend API°¡ Á¶±Ý¾¿ ´Ù¸£´Ù.
3.8. mod_chardet ¶
- PHP API
- libchardet / libicu / Python C API binding
- Mozilla Universal Charset Detect Algorithm
- ICU Conversion Charset Detection Alghrotim
- Python Chardet bindng (with Python C API)
- Requrires: libchardet that is distributed from oops.org
|
|