mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
unihandecode: Include full information in altered copyright header.
This commit is contained in:
parent
bb148ef0c1
commit
13f9cb5ea7
@ -9,7 +9,9 @@ __all__ = ["Unihandecoder"]
|
|||||||
Decode unicode text to an ASCII representation of the text.
|
Decode unicode text to an ASCII representation of the text.
|
||||||
Translate unicode characters to ASCII.
|
Translate unicode characters to ASCII.
|
||||||
|
|
||||||
inspired from John's unidecode library.
|
Inspired from John Schember's unidecode library which was created as part
|
||||||
|
of calibre.
|
||||||
|
|
||||||
Copyright(c) 2009, John Schember
|
Copyright(c) 2009, John Schember
|
||||||
|
|
||||||
Tranliterate the string from unicode characters to ASCII in Chinese and others.
|
Tranliterate the string from unicode characters to ASCII in Chinese and others.
|
||||||
|
@ -8,9 +8,10 @@ __docformat__ = 'restructuredtext en'
|
|||||||
Decode unicode text to an ASCII representation of the text in Chinese.
|
Decode unicode text to an ASCII representation of the text in Chinese.
|
||||||
Transliterate unicode characters to ASCII based on chinese pronounce.
|
Transliterate unicode characters to ASCII based on chinese pronounce.
|
||||||
|
|
||||||
derived from John's unidecode library.
|
Derived from John Schember's unidecode library. Which was created
|
||||||
|
as part of calibre.
|
||||||
|
|
||||||
Copyright(c) 2009, John Schember
|
Copyright(c) 2009, John Schember <john@nachtimwald.com>
|
||||||
|
|
||||||
Based on the ruby unidecode gem (http://rubyforge.org/projects/unidecode/) which
|
Based on the ruby unidecode gem (http://rubyforge.org/projects/unidecode/) which
|
||||||
is based on the perl module Text::Unidecode
|
is based on the perl module Text::Unidecode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user