Documentation ¶
Overview ¶
Package han contains utility functions for regional issues in Korea.
Index ¶
- func ConvertFormEUCKR(rawParsed url.Values) (parsed url.Values, err error)
- func ConvertFormEUCKRFasthttp(rawParsed *fasthttp.Args) (parsed *fasthttp.Args, err error)
- func ConvertFromEUCKRUrlEncoded(str string) (converted string, err error)
- func ConvertToEUCKRUrlEncoded(str string) (converted string, err error)
- func KoreanPluralizeSubunit(number int) (out string)
- func KoreanPluralizeUnit(number int) (out string)
- func KoreanPluralizeUnitType2(number int) (out string)
- func KoreanPluralizeUnitType3(number int) (out string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertFormEUCKR ¶
ConvertFormEUCKR is translate method from euc-kr encoded url.Values to utf-8 encoded url.Values.
func ConvertFormEUCKRFasthttp ¶
ConvertFormEUCKRFasthttp is translate method from euc-kr encoded fasthttp.Args to utf-8 encoded fasthttp.Args.
func ConvertFromEUCKRUrlEncoded ¶
ConvertFromEUCKRUrlEncoded is translate method from euc-kr encoded string to utf-8 encoded string.
func ConvertToEUCKRUrlEncoded ¶
ConvertToEUCKRUrlEncoded is translate method from utf-8 encoded string to euc-kr encoded string.
func KoreanPluralizeSubunit ¶
KoreanPluralizeSubunit is a function for translating into Korean after omitting the most significant digit when the most significant digit is 1.
func KoreanPluralizeUnit ¶
KoreanPluralizeUnit is a function for translating into Korean after omitting the most significant digit when the most significant digit is 1.
func KoreanPluralizeUnitType2 ¶
KoreanPluralizeUnitType2 function is a function that translates only each 10,000 units into Korean.
func KoreanPluralizeUnitType3 ¶
KoreanPluralizeUnitType3 is a function for translating into Korean.
Types ¶
This section is empty.