Giter Club home page Giter Club logo

unidecode-4's Introduction

				   Unidecode

		     ASCII transliterations of Unicode text


EXAMPLE USE

	from unidecode import unidecode
	print unidecode(u"\u5317\u4EB0")

	# That prints: Bei Jing 


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 "\15BA\15A0\1610...", but
    that's nearly useless to the user who actually wants to read what
    the text says.

    What Unidecode provides is a function, 'unidecode(...)' 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)

    This is a Python port of Text::Unidecode Perl module by 
    Sean M. Burke <[email protected]>.


REQUIREMENTS

    Nothing except Python itself.


INSTALLATION

    You install Unidecode, as you would install any Python module,
    by running these commands:

	python setup.py install
	python setup.py test


SUPPORT

    Questions, bug reports, useful code bits, and suggestions for
    Unidecode should be sent to [email protected]


AVAILABILITY

    The latest version of Unidecode is available from the GIT
    repository at

	http://code.zemanta.com/tsolc/git/wikiprep

    You can get it by running:

	git clone http://code.zemanta.com/tsolc/git/wikiprep


COPYRIGHT

Character transliteration tables:

Copyright 2001, Sean M. Burke <[email protected]>, all rights reserved.

Python code:

Copyright 2009, Tomaz Solc <[email protected]>


The programs and documentation in this dist are distributed in the
hope that they will be useful, but without any warranty; without even
the implied warranty of merchantability or fitness for a particular
purpose.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl.

unidecode-4's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.