Package cjklib :: Module build :: Class IICoreSetBuilder
[hide private]
[frames] | no frames]

Class IICoreSetBuilder

source code


Builds a simple list of all characters in IICore (Unicode International Ideograph Core).


See Also: Chinese Wikipedia on IICore: http://zh.wikipedia.org/wiki/國際表意文字核心

Instance Methods [hide private]

Inherited from UnihanCharacterSetBuilder: __init__, build, getGenerator

Inherited from EntryGeneratorBuilder: getEntryDict, remove

Inherited from TableBuilder: buildIndexObjects, buildTableObject, findFile

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  PROVIDES = 'IICoreSet'
Contains the name of the table provided by this module.
  COLUMN_SOURCE = 'kIICore'

Inherited from UnihanCharacterSetBuilder: DEPENDS

Inherited from EntryGeneratorBuilder: COLUMNS, COLUMN_TYPES, INDEX_KEYS, PRIMARY_KEYS

Properties [hide private]

Inherited from object: __class__