| 
    Gammu API
    1.38.0
    
   | 
 
Go to the source code of this file.
Functions | |
| size_t | UnicodeLength (const unsigned char *str) | 
| char * | DecodeUnicodeString (const unsigned char *src) | 
| char * | DecodeUnicodeConsole (const unsigned char *src) | 
| void | DecodeUnicode (const unsigned char *src, char *dest) | 
| void | EncodeUnicode (unsigned char *dest, const char *src, size_t len) | 
| void | ReadUnicodeFile (unsigned char *Dest, const unsigned char *Source) | 
| void | CopyUnicodeString (unsigned char *Dest, const unsigned char *Source) | 
| gboolean | EncodeUTF8QuotedPrintable (char *dest, const unsigned char *src) | 
| void | DecodeUTF8QuotedPrintable (unsigned char *dest, const char *src, size_t len) | 
| int | EncodeWithUTF8Alphabet (unsigned long src, unsigned char *ret) | 
| int | DecodeWithUTF8Alphabet (const unsigned char *src, wchar_t *dest, size_t len) | 
| gboolean | DecodeHexUnicode (unsigned char *dest, const char *src, size_t len) | 
| void | EncodeHexUnicode (char *dest, const unsigned char *src, size_t len) | 
| gboolean | mywstrncmp (unsigned const char *a, unsigned const char *b, int num) | 
| unsigned char * | mywstrstr (unsigned const char *haystack, unsigned const char *needle) | 
| gboolean | mywstrncasecmp (unsigned const char *a, unsigned const char *b, int num) | 
| gboolean | EncodeUTF8 (char *dest, const unsigned char *src) | 
| void | DecodeUTF8 (unsigned char *dest, const char *src, size_t len) | 
| gboolean | DecodeHexBin (unsigned char *dest, const unsigned char *src, size_t len) | 
| int | EncodeWithUnicodeAlphabet (const unsigned char *value, wchar_t *dest) | 
| int | DecodeWithUnicodeAlphabet (wchar_t value, unsigned char *dest) | 
Unicode manipulation functions.
Definition in file gammu-unicode.h.
| int DecodeWithUnicodeAlphabet | ( | wchar_t | value, | 
| unsigned char * | dest | ||
| ) | 
Converts single character from wchar_t to unicode.
| int EncodeWithUnicodeAlphabet | ( | const unsigned char * | value, | 
| wchar_t * | dest | ||
| ) | 
Converts single character from unicode to wchar_t.