C# 클래스 Gnu.Inet.Encoding.NFKC

파일 보기 프로젝트 열기: pexip/os-libidn 1 사용 예제들

공개 메소드들

메소드 설명
NormalizeNFKC ( string sbIn ) : string

Applies NFKC normalization to a string.

비공개 메소드들

메소드 설명
canonicalOrdering ( StringBuilder sbIn ) : void

Rearranges characters in a stringbuffer in order to respect the canonical ordering properties.

combiningClass ( char c ) : int

Returns the combining class of a given character.

compose ( char a, char b ) : int

Tries to compose two characters canonically.

composeHangul ( char a, char b ) : int

Composes two hangul characters.

composeIndex ( char a ) : int

Returns the index inside the composition table.

decomposeHangul ( char s ) : string

Decomposes a hangul character.

decomposeIndex ( char c ) : int

Returns the index inside the decomposition table, implemented using a binary search.

메소드 상세

NormalizeNFKC() 공개 정적인 메소드

Applies NFKC normalization to a string.
public static NormalizeNFKC ( string sbIn ) : string
sbIn string
리턴 string