#include <Utf8.h>
|
static int | getUnicodeValue (const char *bytes, int size) |
| Compute the code value of a Unicode character encoded in UTF8 format in the array bytes starting. More...
|
|
Definition at line 12 of file Utf8.h.
static int Utf8::getUnicodeValue |
( |
const char * |
bytes, |
|
|
int |
size |
|
) |
| |
|
staticprivate |
Compute the code value of a Unicode character encoded in UTF8 format in the array bytes starting.
"size" indicates the number of ASCII characters that was required to represent the Unicode char in question.
static int Utf8::getCharSize |
( |
int |
val) | |
|
|
static |
Compute the number of bytes that was required to store a UTF8 character sequence that starts with the character c.
static int Utf8::getUnicodeValue |
( |
const char * |
bytes) | |
|
|
static |
Compute the code value of a Unicode character encoded in UTF8 format in the array of characters "bytes".
static string Utf8::getUtf8String |
( |
int |
value) | |
|
|
static |
Convert a unicode character into its Utf8 representation.
static string Utf8::getPrintableJavaUnicodeCharacter |
( |
int |
value) | |
|
|
static |
Convert the Unicode "value" into a printable Unicode character.
static string Utf8::getPrintableJavaUnicodeString |
( |
const char * |
str) | |
|
|
static |
Construct a printable unicode string for Java from a given Utf8 string of characters.
The documentation for this class was generated from the following file: