ugetc

Low level helper function for reading Unicode text data.

Description

int ugetc(const char *s);
Low level helper function for reading Unicode text data. Example:
      int first_unicode_letter = ugetc(text_string);
Returns the character pointed to by `s' in the current encoding format.

Related Discussions

The following threads each have code containing this keyword: Note: You can click on the numbers to jump directly to the posts that reference this page.

Related Projects

The following projects include source code containing this keyword: