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

Class GB2312SetBuilder

source code


Builds a simple list of all characters in the Chinese standard GB2312-80.

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 = 'GB2312Set'
Contains the name of the table provided by this module.
  COLUMN_SOURCE = 'kGB0'

Inherited from UnihanCharacterSetBuilder: DEPENDS

Inherited from EntryGeneratorBuilder: COLUMNS, COLUMN_TYPES, INDEX_KEYS, PRIMARY_KEYS

Properties [hide private]

Inherited from object: __class__