Skip to content

Commit

Permalink
Rework the utf8proc_decompose_char options description
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas committed Mar 21, 2015
1 parent 2c3c0c0 commit 819429d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions utf8proc.h
Original file line number Diff line number Diff line change
Expand Up @@ -382,14 +382,14 @@ DLLEXPORT const utf8proc_property_t *utf8proc_get_property(int32_t codepoint);
* @param dst the destination buffer.
* @param bufsize the size of the destination buffer.
* @param options one or more of the following flags:
* - @ref UTF8PROC_REJECTNA - an unassigned codepoint leads to an error
* - @ref UTF8PROC_IGNORE - "default ignorable" codepoints are stripped
* - @ref UTF8PROC_CASEFOLD - unicode casefolding is applied
* - @ref UTF8PROC_REJECTNA - return an error `codepoint` is unassigned
* - @ref UTF8PROC_IGNORE - strip "default ignorable" codepoints
* - @ref UTF8PROC_CASEFOLD - apply Unicode casefolding
* - @ref UTF8PROC_COMPAT - replace certain codepoints with their
* compatibility decomposition
* - @ref UTF8PROC_CHARBOUND - Inserts 0xFF bytes before each grapheme cluster
* - @ref UTF8PROC_LUMP - lumps certain different codepoints together
* - @ref UTF8PROC_STRIPMARK - removes all character marks
* - @ref UTF8PROC_CHARBOUND - insert 0xFF bytes before each grapheme cluster
* - @ref UTF8PROC_LUMP - lump certain different codepoints together
* - @ref UTF8PROC_STRIPMARK - remove all character marks
* @param last_boundclass
* This pointer has to point to an integer variable which is storing
* the last codepoint's boundary class, if the @ref UTF8PROC_CHARBOUND
Expand Down

0 comments on commit 819429d

Please sign in to comment.