Property | Type | Description | |
---|---|---|---|
u0390 | string | ||
u1D160 | string | ||
u1F82 | string | ||
uBOM | string | ||
uBoldEight | string | ||
uDAAD | string | ||
uDEAD | string | ||
uFB2C | string | ||
uFDFA | string | ||
uFullwidthSolidus | string | ||
uIdnaSs | string | ||
uMVS | string | ||
uNotACharacter | string | ||
uPrivate | string | ||
uRLO | string | ||
uReservedCodePoint | string | ||
uUnassigned | string | ||
uWordJoiner | string |
Method | Description | |
---|---|---|
GetBom ( ) : string | ||
GetCharacterBytes ( string encoding, string character ) : byte[] |
Gets the requested byte representation of the current Unicode character codepoint
|
|
GetCharacterBytesMalformed ( string encoding, string character ) : byte[] |
Malforms the bytes by removing the last byte from whichever encoding you specify.
|
|
OutOfRangeCodePointAsUtf32BE ( ) : byte[] |
Return a UTF32 byte encoding for an illegal code point value U+1FFFFF. Note that Unicode 6.0 supports only up to U+10FFFF. UTF-8 percent encoding for something out of range is %F4%8F%BF%BE
|
public GetCharacterBytes ( string encoding, string character ) : byte[] | ||
encoding | string | The encoding you want a byte representation in. Specify utf-8, utf-16le, or utf16-be |
character | string | A single character sent as a string. |
return | byte[] |
public GetCharacterBytesMalformed ( string encoding, string character ) : byte[] | ||
encoding | string | The encoding you want a byte representation in. Specify utf-8, utf-16le, or utf16-be |
character | string | A single character sent as a string. |
return | byte[] |
public OutOfRangeCodePointAsUtf32BE ( ) : byte[] | ||
return | byte[] |
public static string uReservedCodePoint | ||
return | string |