Japanese charactor encoding detector
Project description
This module was ported from gauche charconv module. Supported encoding is UTF-8, Shift_JIS, EUC-JP, ISO-2022-JP
Example:
>>> import guess >>> s = '\x82\xa0\x82\xa2\x82\xa4\x82\xa6\x82\xa8' >>> guess.guess(s) 'Shift_JIS' >>> print s.decode('Shift_JIS') あいうえお
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
guess-1.0.4.tar.gz
(4.1 kB
view details)
File details
Details for the file guess-1.0.4.tar.gz
.
File metadata
- Download URL: guess-1.0.4.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a49e94ee9087c0498bba94d8036ca3524a2d0c04b3775daa014e968973bf4193 |
|
MD5 | 3b73c313056c0f7e865aa66d412f9b5a |
|
BLAKE2b-256 | 4a2c43db5b947004ea29910b1a2df0df9482857c334e765eac2fadd73f494401 |