mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Revert last change. URL was wrong.
This commit is contained in:
parent
0d12978c94
commit
bb148ef0c1
@ -9,10 +9,8 @@ __all__ = ["Unihandecoder"]
|
||||
Decode unicode text to an ASCII representation of the text.
|
||||
Translate unicode characters to ASCII.
|
||||
|
||||
Inspired from John Schember's unidecode library
|
||||
(https://code.launchpad.net/~user-none/+junk/unidecoder).
|
||||
|
||||
Copyright(c) 2009, John Schember <john@nachtimwald.com>
|
||||
inspired from John's unidecode library.
|
||||
Copyright(c) 2009, John Schember
|
||||
|
||||
Tranliterate the string from unicode characters to ASCII in Chinese and others.
|
||||
|
||||
|
@ -8,10 +8,9 @@ __docformat__ = 'restructuredtext en'
|
||||
Decode unicode text to an ASCII representation of the text in Chinese.
|
||||
Transliterate unicode characters to ASCII based on chinese pronounce.
|
||||
|
||||
Derived from John Schember's unidecode library
|
||||
(https://code.launchpad.net/~user-none/+junk/unidecoder).
|
||||
derived from John's unidecode library.
|
||||
|
||||
Copyright(c) 2009, John Schember <john@nachtimwald.com>
|
||||
Copyright(c) 2009, John Schember
|
||||
|
||||
Based on the ruby unidecode gem (http://rubyforge.org/projects/unidecode/) which
|
||||
is based on the perl module Text::Unidecode
|
||||
|
Loading…
x
Reference in New Issue
Block a user