U8 is an unsigned octet, a typedef of unsigned char on most compilers. U8* is like unsigned char * which in C is also the type of an array or string of characters, as well as a pointer to a single character. An offset in the string or index into the array is simply added to the base pointer to get the offset reference.
You'll need XS, Inline::C, or similar to make use of the API functions and macros.
After Compline,
Zaxo
In reply to Re: UTF8 question
by Zaxo
in thread UTF8 question
by dbp
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |