Changes for version 0.03 - 2007-11-25

  • Updated to CCDICT 5.1.1. The data has changed a fair amount, and this means a number of API changes. Notably, most of the different romanizations are gone, and there is only each for (Hanyu) Pinyin, Hakka Pinjim, and Cantonese Jyutping.
  • Unicode representations for pinyin with one vowel at the beginning of the syllable were not being created at all.
  • Fixed an off-by-one error which caused this module to skip the last item in the dictionary. Reported by Scott Lanning. RT #27717.
  • Changed obsolete() to is_obsolete(). The old version is still available, but deprecated.

Modules

An interface to the CCDICT Chinese dictionary
CCDICT data file
A single result from a dictionary search
Documentation for result set objects
An iterator over an array
Iterates over results in a BerkeleyDB database
A romanization of a Chinese character
A pinyin romanization of a Chinese character
Store the dictionary in BerkeleyDB files
Store the dictionary in memory