File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments