mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:14:31 +02:00
unihandecode: Include full information in altered copyright header.
This commit is contained in:
parent
85799e4da4
commit
0d12978c94
2 changed files with 7 additions and 4 deletions
|
|
@ -9,8 +9,10 @@
|
|||
Decode unicode text to an ASCII representation of the text.
|
||||
Translate unicode characters to ASCII.
|
||||
|
||||
inspired from John's unidecode library.
|
||||
Copyright(c) 2009, John Schember
|
||||
Inspired from John Schember's unidecode library
|
||||
(https://code.launchpad.net/~user-none/+junk/unidecoder).
|
||||
|
||||
Copyright(c) 2009, John Schember <john@nachtimwald.com>
|
||||
|
||||
Tranliterate the string from unicode characters to ASCII in Chinese and others.
|
||||
|
||||
|
|
|
|||
|
|
@ -8,9 +8,10 @@
|
|||
Decode unicode text to an ASCII representation of the text in Chinese.
|
||||
Transliterate unicode characters to ASCII based on chinese pronounce.
|
||||
|
||||
derived from John's unidecode library.
|
||||
Derived from John Schember's unidecode library
|
||||
(https://code.launchpad.net/~user-none/+junk/unidecoder).
|
||||
|
||||
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
|
||||
is based on the perl module Text::Unidecode
|
||||
|
|
|
|||
Loading…
Reference in a new issue