Unicode¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “UnicodeLength” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- size_t UnicodeLength(const unsigned char *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “DecodeUnicodeString” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- char * DecodeUnicodeString(const unsigned char *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “DecodeUnicodeConsole” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- char * DecodeUnicodeConsole(const unsigned char *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “DecodeUnicode” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- void DecodeUnicode(const unsigned char *, char *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “EncodeUnicode” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- void EncodeUnicode(unsigned char *, const char *, int)
Warning
doxygenfunction: Unable to resolve multiple matches for function “ReadUnicodeFile” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- void ReadUnicodeFile(unsigned char *, const unsigned char *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “CopyUnicodeString” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- void CopyUnicodeString(unsigned char *, const unsigned char *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “EncodeUTF8QuotedPrintable” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- gboolean EncodeUTF8QuotedPrintable(char *, const unsigned char *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “DecodeUTF8QuotedPrintable” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- void DecodeUTF8QuotedPrintable(unsigned char *, const char *, int)
Warning
doxygenfunction: Unable to resolve multiple matches for function “EncodeWithUTF8Alphabet” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- int EncodeWithUTF8Alphabet(unsigned long, unsigned char *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “DecodeWithUTF8Alphabet” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- int DecodeWithUTF8Alphabet(const unsigned char *, wchar_t *, int)
Warning
doxygenfunction: Unable to resolve multiple matches for function “DecodeHexUnicode” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- void DecodeHexUnicode(unsigned char *, const char *, size_t)
Warning
doxygenfunction: Unable to resolve multiple matches for function “EncodeHexUnicode” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- void EncodeHexUnicode(char *, const unsigned char *, size_t)
Warning
doxygenfunction: Unable to resolve multiple matches for function “mywstrncmp” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- gboolean mywstrncmp(unsigned const char *, unsigned const char *, int)
Warning
doxygenfunction: Unable to resolve multiple matches for function “mywstrstr” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- unsigned char * mywstrstr(unsigned const char *, unsigned const char *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “mywstrncasecmp” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- gboolean mywstrncasecmp(unsigned const char *, unsigned const char *, int)
Warning
doxygenfunction: Unable to resolve multiple matches for function “EncodeUTF8” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- gboolean EncodeUTF8(char *, const unsigned char *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “DecodeUTF8” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- void DecodeUTF8(unsigned char *, const char *, int)
Warning
doxygenfunction: Unable to resolve multiple matches for function “DecodeHexBin” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- gboolean DecodeHexBin(unsigned char *, const unsigned char *, int)
-
int
EncodeWithUnicodeAlphabet
(const unsigned char * value, wchar_t * dest) Converts single character from unicode to wchar_t.
-
int
DecodeWithUnicodeAlphabet
(wchar_t value, unsigned char * dest) Converts single character from wchar_t to unicode.