26 #ifndef _UTF8REWIND_INTERNAL_COMPOSITION_H_
27 #define _UTF8REWIND_INTERNAL_COMPOSITION_H_
45 uint8_t compose_initialize(ComposeState* state, StreamState* input, StreamState* output, uint8_t compatibility);
47 uint8_t compose_readcodepoint(ComposeState* state, uint8_t index);
49 uint8_t compose_execute(ComposeState* state);
Public interface for UTF-8 functions.