in reply to UTF8 question
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: UTF8 question
by dbp (Pilgrim) on Sep 24, 2002 at 01:06 UTC |