Skip to content

Commit db4d022

Browse files
committed
Rework the utf8proc_decompose_char options description
1 parent 502dad2 commit db4d022

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

utf8proc.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -381,14 +381,14 @@ DLLEXPORT const utf8proc_property_t *utf8proc_get_property(int32_t codepoint);
381381
* @param dst the destination buffer.
382382
* @param bufsize the size of the destination buffer.
383383
* @param options one or more of the following flags:
384-
* - @ref UTF8PROC_REJECTNA - an unassigned codepoint leads to an error
385-
* - @ref UTF8PROC_IGNORE - "default ignorable" codepoints are stripped
386-
* - @ref UTF8PROC_CASEFOLD - unicode casefolding is applied
384+
* - @ref UTF8PROC_REJECTNA - return an error `codepoint` is unassigned
385+
* - @ref UTF8PROC_IGNORE - strip "default ignorable" codepoints
386+
* - @ref UTF8PROC_CASEFOLD - apply Unicode casefolding
387387
* - @ref UTF8PROC_COMPAT - replace certain codepoints with their
388388
* compatibility decomposition
389-
* - @ref UTF8PROC_CHARBOUND - Inserts 0xFF bytes before each grapheme cluster
390-
* - @ref UTF8PROC_LUMP - lumps certain different codepoints together
391-
* - @ref UTF8PROC_STRIPMARK - removes all character marks
389+
* - @ref UTF8PROC_CHARBOUND - insert 0xFF bytes before each grapheme cluster
390+
* - @ref UTF8PROC_LUMP - lump certain different codepoints together
391+
* - @ref UTF8PROC_STRIPMARK - remove all character marks
392392
* @param last_boundclass
393393
* This pointer has to point to an integer variable which is storing
394394
* the last codepoint's boundary class, if the @ref UTF8PROC_CHARBOUND

0 commit comments

Comments
 (0)