Documentation
¶
Overview ¶
Package lib implements gaga's auto-generation utility.
Features:
download & parse The UCD in XML (Unicode Character Database in XML). generate the UCD in csv. generate the UCDEX data based on the UCD. generate the UCDEX in csv. generate the unichar_tables (go source code) based on the UCDEX.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Char ¶
type Char struct { Cp string `xml:"cp,attr"` Age string `xml:"age,attr"` Na string `xml:"na,attr"` Gc string `xml:"gc,attr"` Dt string `xml:"dt,attr"` Dm string `xml:"dm,attr"` Blk string `xml:"blk,attr"` Suc string `xml:"suc,attr"` Slc string `xml:"slc,attr"` }
Char is the most important element of the UCD in XML
Click to show internal directories.
Click to hide internal directories.