Documentation ¶
Overview ¶
Package icunormalizationmode
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Decompose = IcuNormalizationMode{"decompose"} Compose = IcuNormalizationMode{"compose"} )
Functions ¶
This section is empty.
Types ¶
type IcuNormalizationMode ¶
type IcuNormalizationMode struct {
Name string
}
func (IcuNormalizationMode) MarshalText ¶
func (i IcuNormalizationMode) MarshalText() (text []byte, err error)
func (IcuNormalizationMode) String ¶
func (i IcuNormalizationMode) String() string
func (*IcuNormalizationMode) UnmarshalText ¶
func (i *IcuNormalizationMode) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.