Documentation ¶
Overview ¶
Package icunormalizationtype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Nfc = IcuNormalizationType{"nfc"} Nfkc = IcuNormalizationType{"nfkc"} Nfkccf = IcuNormalizationType{"nfkc_cf"} )
Functions ¶
This section is empty.
Types ¶
type IcuNormalizationType ¶
type IcuNormalizationType struct {
Name string
}
func (IcuNormalizationType) MarshalText ¶
func (i IcuNormalizationType) MarshalText() (text []byte, err error)
func (IcuNormalizationType) String ¶
func (i IcuNormalizationType) String() string
func (*IcuNormalizationType) UnmarshalText ¶
func (i *IcuNormalizationType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.