|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |

Go to the source code of this file.
Defines | |
| #define | ERRORS_TO_ISO8859_1 1 |
| #define | ERRORS_TO_CP1252 1 |
| #define | STRICT_RFC3629 0 |
Functions | |
| FL_EXPORT unsigned | fl_utf8decode (const char *p, const char *end, int *len) |
| FL_EXPORT const char * | fl_utf8fwd (const char *p, const char *start, const char *end) |
| FL_EXPORT const char * | fl_utf8back (const char *p, const char *start, const char *end) |
| FL_EXPORT int | fl_utf8bytes (unsigned ucs) |
| FL_EXPORT int | fl_utf8encode (unsigned ucs, char *buf) |
| FL_EXPORT unsigned | fl_utf8toUtf16 (const char *src, unsigned srclen, unsigned short *dst, unsigned dstlen) |
| FL_EXPORT unsigned | fl_utf8towc (const char *src, unsigned srclen, wchar_t *dst, unsigned dstlen) |
| FL_EXPORT unsigned | fl_utf8toa (const char *src, unsigned srclen, char *dst, unsigned dstlen) |
| FL_EXPORT unsigned | fl_utf8fromwc (char *dst, unsigned dstlen, const wchar_t *src, unsigned srclen) |
| FL_EXPORT unsigned | fl_utf8froma (char *dst, unsigned dstlen, const char *src, unsigned srclen) |
| FL_EXPORT int | fl_utf8locale () |
| FL_EXPORT unsigned | fl_utf8to_mb (const char *src, unsigned srclen, char *dst, unsigned dstlen) |
| FL_EXPORT unsigned | fl_utf8from_mb (char *dst, unsigned dstlen, const char *src, unsigned srclen) |
| FL_EXPORT int | fl_utf8test (const char *src, unsigned len) |
| FL_EXPORT int | fl_wcwidth_ (unsigned int ucs) |
| FL_EXPORT int | fl_wcwidth (const char *src) |