Skip to main content

US-ASCII transliterations of Unicode text

Project description

Overview

Travis-CI AppVeyor Coverage Status PyPI version

ASCII transliterations of Unicode text that recognize CJKV complex charactors

Usage

You can run it on python interpreter:

       from unihandecode import Unihandecoder
       d = Unihandecoder(lang='zh')
       print d.decode("\u660e\u5929\u660e\u5929\u7684\u98ce\u5439")
       # That prints: Ming Tian Ming Tian De Feng Chui

       u = Unihandecoder(lang='ja')
       print d.decode('\u660e\u65e5\u306f\u660e\u65e5\u306e\u98a8\u304c\u5439\u304f')
       # That prints: Ashita ha Ashita no Kaze ga Fuku

There are some other examples in tests/basic_2.py.

Description

It often happens that you have non-Roman text data in Unicode, but you can’t display it – usually because you’re trying to show it to a user via an application that doesn’t support Unicode, or because the fonts you need aren’t accessible. You could represent the Unicode characters as “???????” or “15BA15A01610…”, but that’s nearly useless to the user who actually wants to read what the text says.

What Unihandecode provides is a function, ‘decode(…)’ that takes Unicode data and tries to represent it in ASCII characters (i.e., the universally displayable characters between 0x00 and 0x7F). The representation is almost always an attempt at transliteration – i.e., conveying, in Roman letters, the pronunciation expressed by the text in some other writing system. (See the example above)

These are same meaning in both language in example above. “明天明天的风吹” for Chinese and “明日は明日の風が吹く” for Japanese. The character “明” is converted “Ming” in Chinese. “明日” is converted “Ashita” but single charactor “明” will be converted “Mei” in Japanese.

This is an improved version of Python unidecode, that is Python port of Text::Unidecode Perl module by Sean M. Burke <sburke@cpan.org>.

Requirements

It use a setuptools library to build and test.

Installation

You can install Unihandecode as usual

$ pip install unihandecode

Build

You can build Unihandecode in recent way

$ python -m pep517.build ./

Test

You can run test with tox

$ tox

SUPPORT

Questions, bug reports, useful code bits, and suggestions for Unihandecode are handled on github.com/miurahr/unihandecode

AVAILABILITY

The latest version of Unihandecode is available from Git repository in github.com:

https://github.com/miurahr/unihandecode

and Eggs are on PyPi.python.org:

https://pypi.python.org/pypi/Unihandecode

LICENSE

Unihandecode

Copyright 2010-2018,2020 Hiroshi Miura

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Bitdeli

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

unihandecode-0.9a1.tar.gz (1.8 MB view details)

Uploaded Source

Built Distribution

unihandecode-0.9a1-py2.py3-none-any.whl (2.6 MB view details)

Uploaded Python 2Python 3

File details

Details for the file unihandecode-0.9a1.tar.gz.

File metadata

  • Download URL: unihandecode-0.9a1.tar.gz
  • Upload date:
  • Size: 1.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.7

File hashes

Hashes for unihandecode-0.9a1.tar.gz
Algorithm Hash digest
SHA256 e82f30a30424be2d9dbfdccca9cfd3d30f839c3c112d215940c2110022958668
MD5 3d10ade5a1d7bec13a0ac8fe9d7065f2
BLAKE2b-256 6f49bfe744ec2b4ff652ca28e63702129ad463404a3b56a47ac2886a9e7a2d34

See more details on using hashes here.

File details

Details for the file unihandecode-0.9a1-py2.py3-none-any.whl.

File metadata

  • Download URL: unihandecode-0.9a1-py2.py3-none-any.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.7

File hashes

Hashes for unihandecode-0.9a1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 99e84ea3ae16ad7598a0ca6211c90d1eff8c9440ec3940ab06a1febe9fb68e14
MD5 15d9b4007c08a9aa719616c6365c2b94
BLAKE2b-256 d19af8755ddcc2e1677dfb274ad2f967c70e0f431de4f29a6f146dfdb46def38

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page